From f9d12811b636fe898e68413465697b8d0cbb1fb8 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 19 May 2015 21:53:11 -0500 Subject: [PATCH] TODO: update slightly, still need to clean this up --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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?