]> jfr.im git - erebus.git/blobdiff - TODO
TODO
[erebus.git] / TODO
diff --git a/TODO b/TODO
index c00ec4ea32005e6b943af445a5dc186807731ecd..5340eadcd6b212b2e73196e396968b8057b4c037 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,9 +12,6 @@ vim: expandtab sw=2 ts=2
   call timers as part of the event loop.
   this has the potential to remove a LOT of the threading.
 
-- a module to set config settings at runtime
-  or at least commands to set some config settings like autoloading a module
-
 - fix crash when joining a channel that is forwarded (or otherwise force-joined by the server)
 
 - fix urls:
@@ -33,3 +30,9 @@ vim: expandtab sw=2 ts=2
 - a module for administering channel users (copy from admin_user) and adding/removing channels
 
 - modlib function for parsing option arguments (like !MODLOAD has now)
+
+- modlib 'onload' hook so modules can easily do stuff on loading
+  (if this exists use it to replace _key() in steam.py)
+
+- modlib 'need_config' function to tell the modlib you refuse to start without
+  a config value being specified