TODO: update slightly, still need to clean this up

This commit is contained in:
Brian S. Stephan 2015-05-19 21:53:11 -05:00
parent f907e1b592
commit f9d12811b6
1 changed files with 2 additions and 1 deletions

3
TODO
View File

@ -2,6 +2,7 @@ dr.botzo --- TODO
Both a reminder to myself and a hint to anyone else who wants to hack around...
* module unloading is *totally* busted. random objects disappear on an unload
* some sort of cron interface (periodic events)
* thinking about removing this, wouldn't crontab + XML-RPC be enough?
* there are a number of places that hardcode event.arguments()[0], these should probably loop
@ -12,7 +13,7 @@ dr.botzo --- TODO
* any interesting web service stuff?
* D&D Compendium search?
* obligatory info command
* settle on docstrings: http://www.python.org/dev/peps/pep-0257/
* settle on docstrings: reStructuredText
* voice survivor --- track how long users have voice, score them somehow
* Alias: convert to use database, since configparser stuff mangles (lowercases) keys
* put all bot config in the database?