]> jfr.im git - erebus.git/blobdiff - TODO
urls - add AIA support. needs python lib aia.
[erebus.git] / TODO
diff --git a/TODO b/TODO
index eb2d93f1c2c639f2a992a2ca6db1b36596c0b4b2..23851c9c7dcee57b99d49d6707fba0f933fb5bfe 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,3 +30,20 @@ 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
+
+- add new hook types
+  - 'regexhook' for watching messages matching a regex
+    (should this be supported in core or
+    just by modlib translating into a numhook('PRIVMSG')?)
+  - 'msghook' for watching all messages (like numhook('PRIVMSG') but
+    you don't have to handle parsing)
+  - add a way to specify a config value as a hook parameter without needing
+    parent (i.e. delayed resolution)
+
+- weather module using accuweather API, forecasts