diff --git a/TODO b/TODO index d048c47..e7c5275 100644 --- a/TODO +++ b/TODO @@ -2,23 +2,17 @@ dr.botzo --- TODO Both a reminder to myself and a hint to anyone else who wants to hack around... - * ALICE integration * 8ball style module * modularizing * commands (in IrcAdmin?) to allow for loading/unloading of modules and saving the config file - * karma v2 * some sort of cron interface (periodic events) * named pipe to send commands to the bot outside of IRC - * url module - * do historical urls? - last 20 or something? + * merge fact, url, etc. into a sqlite thing that lets you query on category ('fact', 'url', etc.) + * idea is to have all that in one data storage point, organized by said category * more text modification nonsense * any interesting web service stuff? * obligatory info command - * similar to FactFile module, a generic Trigger module * settle on docstrings: http://www.python.org/dev/peps/pep-0257/ * voice survivor --- track how long users have voice, score them somehow - * shortcut support --- user configurable aliases of "!d blah" to "dice blah", for example - * above should work in either privmsg or pubmsg... * fix the cheap unicode escapes in GoogleTranslate - * POST instead of GET for translate module * periodic reconnects when disconnected/split