Commit Graph

25 Commits (7a3eb8d112d5c3d97bbd81588f3a81e7104dbaa4)

Author SHA1 Message Date
Joey Hines 7a3eb8d112 Fixed bug inf ?info, was looking for wrong error 2018-09-27 15:47:29 -05:00
Joey Hines 3026b240f4 Added better error checking for find_player and add_player 2018-09-21 07:27:32 -05:00
Joey Hines 2aad1a3344 Updated tests for Commands and refactored the location lookup logic 2018-09-20 09:20:30 -05:00
Joey Hines 1bf2ac931b fixed ?selling now raising an error if no argument is provided 2018-09-19 09:25:02 -05:00
Joey Hines 959b587e14 changed y_pos in edit_pos to z_pos 2018-09-19 08:28:42 -05:00
Joey Hines b4d7e598d3 missing word 2018-09-15 19:54:03 -05:00
Joey Hines e82528e62c improved a few more help messages 2018-09-15 12:57:57 -05:00
Joey Hines a7a017fdd4 improved a few help messages 2018-09-15 10:24:39 -05:00
Joey Hines 52bc832f13 Selling now takes items with spaces in them name 2018-09-14 11:50:26 -05:00
Joey Hines 1ed9252858 Band-aid solution for the register problem. Mods can now manually add players to the database. Mods can now search for players too. Also fixed a few small issues. 2018-09-14 08:21:02 -05:00
Joey Hines 135aabb248 ?register now tells the user about help 2018-09-13 16:02:52 -05:00
Joey Hines c3b10d2ad9 Improved some help messages. 2018-09-13 15:31:54 -05:00
Joey Hines 18ec866fb0 Fixed issue with adding a tunnel without a location in the database. 2018-09-13 13:28:18 -05:00
Joey Hines 407566a488 Tunnel color changed to tunnel direction. 2018-09-13 12:06:37 -05:00
Joey Hines 81ed6f9032 Bunch of polishing, looks good for release. Version number now 1.0.0. 2018-09-13 11:25:40 -05:00
Joey Hines ede95f5d1f Few small details fixed 2018-09-12 16:29:28 -05:00
Joey Hines 3f477eefc5 The bot now uses the rewrite... like it should have this whole time... 2018-09-12 16:11:56 -05:00
Joey Hines 6e6ba39fab Log file path can now be set in the config and all errors are now logged. 2018-09-12 14:33:57 -05:00
Joey Hines 2111bf8c8e fixed issue with ?register function. Also cleaned up code a bit 2018-08-30 11:46:20 -05:00
Joey Hines 6748f01208 Refactored bot.py to wrap Geoffrey in his own class. This will be better for the future for expansions and allowed for cleaning up a lot of the config mess. The Config now all features back except for the named tunnel directions which are removed for now... 2018-08-30 11:34:19 -05:00
Joey Hines 89bf3b0ba7 Refactored how the config file is handled. The location can now be passed in as an arg in start_bot... This broke a few features of the config 2018-08-29 16:10:35 -05:00
Etzelia e89c3cc766
Updated change_presence in mod command 2018-08-29 11:21:24 -05:00
Etzelia f1d1283c6b
Create __init__.py
Added __init__ so Python understands that it's a module.
2018-08-29 10:57:32 -05:00
Joey Hines 330fa16970 Fixed imports for modules 2018-08-21 15:36:51 -05:00
Joey Hines c7eed7fe71 Added setup.py and reorganized the project. 2018-08-20 17:54:14 -05:00