]> jfr.im git - irc/quakenet/newserv.git/blobdiff - control/control.c
LUA: add function for channel chanop notice
[irc/quakenet/newserv.git] / control / control.c
index 5d99a06f14f0e3f594dd1450ace82a04cce535f7..7c9878f64e768e52561c0d3a75ad92c1b502d58e 100644 (file)
@@ -78,6 +78,7 @@ const flag no_noticeflags[] = {
     { 'O', NL_OPERING },      /* when someone opers */
     { 'n', NL_NOTICES },      /* turn off to receive notices instead of privmsgs */
     { 'A', NL_ALL_COMMANDS }, /* all commands sent */
+    { 'a', NL_CLEANUP },      /* automated cleanup notices */
     { '\0', 0 }
   };