1
0
Fork 0
mirror of synced 2024-06-29 03:30:57 +12:00
Commit graph

759 commits

Author SHA1 Message Date
phxntxm 88426b824e Created initial steam cog 2016-08-19 01:48:15 -05:00
phxntxm 4a436bb3ba Merge branch 'master' of https://github.com/Phxntxm/Bonfire 2016-08-19 01:13:15 -05:00
phxntxm cfac889db8 Corrected issue with the update records, if no entry yet 2016-08-19 01:13:03 -05:00
Phxntxm d6ecec0d5b Adding a test command to test mini-data classes 2016-08-18 22:50:54 -05:00
Phxntxm 2c694dbeb9 Adding a test command to test mini-data classes 2016-08-18 22:50:32 -05:00
Phxntxm d6470a19e8 Adding a test command to test mini-data classes 2016-08-18 22:50:11 -05:00
Phxntxm 74f5fe0ec0 Adding a test command to test mini-data classes 2016-08-18 22:49:17 -05:00
Phxntxm 2a20635536 Adding a test command to test mini-data classes 2016-08-18 22:48:50 -05:00
Phxntxm 8f7a3e58cd Added support for carbonitex posting 2016-08-18 20:56:41 -05:00
Phxntxm c4983c10fc Added comments, changed up the server setting so that multiple servers can be notified 2016-08-18 15:55:04 -05:00
phxntxm 86018bc24d Removed attempt to get .items() of a tuple) 2016-08-18 12:52:25 -05:00
phxntxm 8f3f3ca58d Sorted the list of booped members 2016-08-18 12:49:45 -05:00
phxntxm 8a1a7900a7 Corrected error if a member was provided but not mentioned 2016-08-18 12:44:40 -05:00
phxntxm 71c0d499c6 Corrected issue with wiki searching, that caused wrong articles to be pulled 2016-08-17 16:28:45 -05:00
phxntxm 8919b1210c Changed directory before importing config file, to stop it from erroring out when looking for required files 2016-08-17 15:46:20 -05:00
phxntxm 556022abbc Changed up safe restart command, to actually work 2016-08-16 21:19:44 -05:00
phxntxm 3a7461180c Added some comments, corrected error where tags were not saved 2016-08-16 19:45:01 -05:00
phxntxm 7735bbc081 CHanged the hangman usage to check lower, to make cases not sensitive 2016-08-16 10:30:04 -05:00
phxntxm c8730a3b6f Corrected some syntax/pep8 errors 2016-08-16 10:22:32 -05:00
phxntxm 8239d66524 Corrected syntax errors 2016-08-16 06:12:36 -05:00
Phxntxm f26e04b1a4 Mass update: Added comments to most of the project. A couple small tweaks made as well 2016-08-15 22:30:52 -05:00
Phxntxm d334c5584d Removed comment for restarting 2016-08-15 16:16:01 -05:00
Phxntxm 2fb38350da Added a saferestart command, temporarily commenting out the part that actually restarts, for testing 2016-08-15 16:15:27 -05:00
Phxntxm 050e668450 Changed up formatting a bit 2016-08-15 15:46:08 -05:00
Phxntxm 99cd485f5b Changed the formatting so that the url can be clicked 2016-08-15 15:45:29 -05:00
Phxntxm a8102cd9f8 Changed the formatting so that the url can be clicked 2016-08-15 15:45:02 -05:00
Phxntxm 121e13e623 Corrected what was checked for the length of the search 2016-08-15 15:44:13 -05:00
Phxntxm 934ccb6d86 Added a wikipedia command 2016-08-15 15:43:18 -05:00
Phxntxm 37dbacf3fe Mass update: removed all cases LikeThis and replaced them like_this (This for you Fuyu) 2016-08-14 21:10:12 -05:00
Phxntxm 8ddf0c4588 Updated sample config file 2016-08-14 20:57:51 -05:00
Phxntxm d89c793343 Corrected how guessing word was handled, added an exception in case a letter is guessed twice 2016-08-14 19:00:01 -05:00
Phxntxm 3faee2022e Corrected issue where if the method existed was being checked, instead of calling it 2016-08-14 18:49:15 -05:00
Phxntxm b7fa339ffa Corrected issue where if the method existed was being checked, instead of calling it 2016-08-14 18:48:17 -05:00
Phxntxm 7ccc78a8ae Removing deleting of the game, as I'm still not sure where the issue is 2016-08-14 18:46:10 -05:00
Phxntxm 69d622a7af Adding printing of the game before removing it, as I'm not sure where the logic failed 2016-08-14 18:36:44 -05:00
Phxntxm a41828d1d1 Corrected error where 'server' was being used in place of self 2016-08-14 18:33:42 -05:00
Phxntxm a65868219f Added newlines to the printing of the man 2016-08-14 18:31:23 -05:00
Phxntxm d932af0ae0 Corrected error where self. wasn't being used 2016-08-14 18:30:10 -05:00
Phxntxm a02184113a Corrected error where self. wasn't being used 2016-08-14 18:28:48 -05:00
Phxntxm 53e593db4e Added required setup function 2016-08-14 18:27:03 -05:00
Phxntxm 1759548e1b Corrected syntax error 2016-08-14 18:26:32 -05:00
Phxntxm 4117583c1d Added a hangman cog 2016-08-14 18:26:10 -05:00
Phxntxm fede75f634 Added a fail check to ensure only one game is setup per server 2016-08-14 18:10:31 -05:00
Phxntxm f9cd43b516 Added the ability to save wins/losses 2016-08-14 16:53:52 -05:00
Phxntxm 3d7a8bd985 Corrected logical checking for places 2016-08-14 16:11:32 -05:00
Phxntxm b7fcad1c61 Added a error check in case someone tries to play in an already used place 2016-08-14 16:04:37 -05:00
Phxntxm 0ffd198da6 Added a message when a game has ended in a tie 2016-08-14 16:03:39 -05:00
Phxntxm 04fe5cbd3e Corrected issue where evaluation was happening instead of assignemnt 2016-08-14 15:57:12 -05:00
Phxntxm 166cc58f39 Corrected logic with checking middle 2016-08-14 15:55:55 -05:00
Phxntxm 616c7fdc4b Corrected which index was checked 2016-08-14 15:37:45 -05:00