fix possible crash on user deletion
[srvx.git] / TODO
diff --git a/TODO b/TODO
index 8c9bb50d809b0d7f95afb5457eaf10a8117c0859..cc40e98a5d30272872dea86d00f14508bb4b449b 100644 (file)
--- a/TODO
+++ b/TODO
 [FEATREQ] Suspension durations and/or comments when suspending user access to a channel
 
 [FEATREQ] support "unregistered": ?ctrace print mode +s unregistered
-
-[FEATREQ] runtime construction of nickserv.help, rather than compile time
-  - Can do something like this:
-    "<INDEX>" {
-        "/services/nickserv/disable_nicks:false and /services/nickserv/email_enabled:false" ( "Help content with nick ownership enabled and email disabled" );
-        // etc
-    };
-  - Need a mini-language interpreter for the logic blocks; should skip
-    leading "[0-9A-Za-z]+: " prefix to allow sorting the entries by
-    priority