diff --git a/TODO b/TODO index f9769ad..764ee39 100644 --- a/TODO +++ b/TODO @@ -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?