]> jfr.im git - irc/quakenet/newserv.git/blobdiff - control/control.c
Add a new notice flag for automated cleanup notices, and move them there.
[irc/quakenet/newserv.git] / control / control.c
index 29d64f94051d0fe3a1eaec26c44f32cfb2730db9..662c379b82f38a400e8c26a7a9b8a51f0db98798 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 }
   };