From: John Runyon Date: Thu, 7 Sep 2023 19:53:04 +0000 (-0600) Subject: TODO X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/db733102155be59e9115b8635e631141bc947c96 TODO --- diff --git a/TODO b/TODO index 5340ead..46a26e0 100644 --- a/TODO +++ b/TODO @@ -36,3 +36,12 @@ 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)