dr.botzo/TODO
Brian S. Stephan 3333fe125e Revert "fix the cheap unicode escapes in GoogleTranslate"
unicode-escape appears to do bad things to hiragana and probably
all unicode characters that are not unicode escaped. ultimately
it seems that google's responses are not consistent.

back to the drawing board.

This reverts commit 40888869b0.
2011-01-07 17:11:00 -06:00

20 lines
794 B
Plaintext

dr.botzo --- TODO
Both a reminder to myself and a hint to anyone else who wants to hack around...
* some sort of cron interface (periodic events)
* named pipe to send commands to the bot outside of IRC
* more text modification nonsense
* any interesting web service stuff?
* D&D Compendium search?
* obligatory info command
* settle on docstrings: http://www.python.org/dev/peps/pep-0257/
* voice survivor --- track how long users have voice, score them somehow
* fix the cheap unicode escapes in GoogleTranslate
* periodic reconnects when disconnected/split
* move the non-IRC things out of IrcAdmin
* into DrBotIRC?
* move the recursion stuff out of Alias
* into DrBotIRC?
* or maybe aliases should now be part of DrBotIRC too...