]> jfr.im git - erebus.git/blobdiff - TODO
fix import.trivia.php - it was missing the question list conversion to a list-of...
[erebus.git] / TODO
diff --git a/TODO b/TODO
index 5340eadcd6b212b2e73196e396968b8057b4c037..5aaca0d82d433d4110ab1a7e233694d537fc32c5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,3 +36,18 @@ vim: expandtab sw=2 ts=2
 
 - 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
+
+- fix softdeps, if they're used through lib.mod() or parent.module() they break, need a `'mod' in modules` check somewhere
+
+- ctlmod.unload: track what modules are unloaded and return that info to caller