updating the TODO. there's probably more stuff here that i forgot

This commit is contained in:
Brian S. Stephan 2010-10-27 22:40:24 -05:00
parent cb7044e64a
commit 8384a54961
1 changed files with 2 additions and 8 deletions

10
TODO
View File

@ -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