1
0
Fork 0
mirror of synced 2024-05-07 14:12:32 +12:00
Commit graph

2087 commits

Author SHA1 Message Date
Phxntxm 40678f6a65 Added a feature to turn off 'live' when a channel goes offline 2016-07-10 13:06:56 -05:00
Phxntxm 8e99c939dc I don't use client, I use bot. Changed client to bot 2016-07-10 12:37:34 -05:00
Phxntxm 4128faebc6 Loop was moved to the config file, not the bot file 2016-07-10 12:31:53 -05:00
Phxntxm e70a0b5d6e Set the twitch cog to load by default 2016-07-10 12:28:16 -05:00
Phxntxm 536d348a68 Saved the actual server, not just the id now 2016-07-10 12:24:10 -05:00
Phxntxm e79a85e646 Added : after method... 2016-07-10 12:16:53 -05:00
Phxntxm bccae0ebd3 Added a notification feature that should send a message if one of the saved twitch channels goes live 2016-07-10 12:15:44 -05:00
Phxntxm ebc6ea4393 Added a method to check if a channel is online 2016-07-10 11:34:27 -05:00
Phxntxm 467fc40797 Lol that's not how MySQL commands work, silly Phantom 2016-07-10 11:00:37 -05:00
Phxntxm 5da878ee29 Corrected the MySQL search around the URL that, by adding quotes 2016-07-10 10:59:30 -05:00
Phxntxm 9355c2af81 Imported urllib for use to check if the twitch user exists 2016-07-10 10:55:26 -05:00
Phxntxm 430aa86e6a Added error handling for if the twitch user does not exist 2016-07-10 10:50:12 -05:00
Phxntxm 2f4a7370a6 Saved the mysql changes 2016-07-10 10:41:48 -05:00
Phxntxm 572d6837ca Referred bot back to self again 2016-07-10 10:40:23 -05:00
Phxntxm d761c4af5a URL should not have been here 2016-07-10 10:36:39 -05:00
Phxntxm 85a51855e4 Attempting to invoke subcommands, without invoking master command 2016-07-10 10:33:54 -05:00
Phxntxm 471a5d1ec6 Referred bot back to self.bot 2016-07-10 10:26:24 -05:00
Phxntxm b237985a75 Added the : after the method name...again 2016-07-10 10:24:55 -05:00
Phxntxm bce0df2441 Added twitch integration 2016-07-10 10:24:20 -05:00
Phxntxm 38938cdbcc Modified the regex to match 0 or more times of a number 2016-07-10 09:05:52 -05:00
Phxntxm 0c0e4ea52c Changed the range, was rolling 1 too many times 2016-07-10 08:59:33 -05:00
Phxntxm 1e5be0e8c6 Imported re 2016-07-10 08:58:46 -05:00
Phxntxm dd85ba49a5 Added notation support for rolling dice 2016-07-10 08:58:03 -05:00
Phxntxm d79ef7281c Added error handling for Invalid Commands 2016-07-10 06:53:56 -05:00
Phxntxm 76db201274 Fixed indenting 2016-07-09 14:40:51 -05:00
Phxntxm 7ebb704bdd Added : after method, I always forget those :/ 2016-07-09 14:39:32 -05:00
Phxntxm 64db88544d Changed nsfw commands into subcommands 2016-07-09 14:38:48 -05:00
Phxntxm 4ddd6f6ac7 Added back the say command 2016-07-09 14:14:38 -05:00
Phxntxm e2b300f604 Removed stupid ', I hate Geany. Give me a new IDE please 2016-07-09 13:32:51 -05:00
Phxntxm 22a4e1e9fb Added a description to the addbot command 2016-07-09 13:31:40 -05:00
Phxntxm e607beb88d Changed bot to self.bot 2016-07-09 13:30:45 -05:00
Phxntxm 8128ea309e Changed join to addbot, join already exists 2016-07-09 13:28:48 -05:00
Phxntxm b229bdd100 Added necessary : after method 2016-07-09 13:28:00 -05:00
Phxntxm 9dbfb66119 Changed a description n mod, added a join command to provide a link to add the bot to another server 2016-07-09 13:27:14 -05:00
Phxntxm fd5dfbb750 Added a link to add this bot to a server in the README 2016-07-09 12:20:06 -05:00
Phxntxm 911ac717bd Corrected error handling on unnsfw 2016-07-09 11:54:24 -05:00
Phxntxm eb98570d37 Changed messsage to message. I just wanted lots of s's :c 2016-07-09 11:41:43 -05:00
Phxntxm e9bacca70d Fixed global command error handling 2016-07-09 11:40:27 -05:00
Phxntxm 28b47d2a13 Properly closed MySQL connections 2016-07-09 11:33:48 -05:00
Phxntxm e95638f2cb Fixed error in unnsfw command 2016-07-09 11:28:18 -05:00
Phxntxm 8cf9b784b7 Fixed error in unnsfw command 2016-07-09 11:27:48 -05:00
Phxntxm 1752c5d9f5 Setup derpi link to search the database instead of the old configuration file. 2016-07-09 11:25:28 -05:00
Phxntxm 65e25b52ff Changed the MySQl connection to disconnect and reconnect on each query, to avoid timeouts 2016-07-09 11:02:33 -05:00
Phxntxm 5de2c9cc5d Returned after printing the channel is already registered as nsfw 2016-07-09 10:41:44 -05:00
Phxntxm c9f1a44667 Imported pymysql so the error would work...derp again 2016-07-09 10:40:46 -05:00
Phxntxm 168aa819a1 Added error checking for an already registered nsfw channel 2016-07-09 10:26:13 -05:00
Phxntxm a112a9173f Changed this to save the channel's ID and not the messages...oops 2016-07-09 10:19:34 -05:00
Phxntxm 2d25c04264 Added a nsfwchannel command to add to the database 'this' channel 2016-07-09 10:17:54 -05:00
Phxntxm e68fa688c4 added cogs. if not included, to make module loading/unloading easier 2016-07-09 10:02:09 -05:00
Phxntxm 26fe9dee67 Fixed error in printing the error 2016-07-09 09:59:21 -05:00