]> jfr.im git - irc/quakenet/newserv.git/blobdiff - control/control.h
Implement notice flag +G for automated gline messages.
[irc/quakenet/newserv.git] / control / control.h
index a72d2649f2f1e552d849b662eba1fa3d8f25c8ac..dc43662e151e62b52f3a32252a7255d7789f15a5 100644 (file)
@@ -99,5 +99,6 @@ char *controlid(nick *);
 #define NL_OPERING         0x0800  /* when someone opers */
 #define NL_NOTICES         0x1000  /* turn off to receive privmsgs instead of notices */
 #define NL_ALL_COMMANDS    0x2000  /* every single command sent */
+#define NL_GLINES_AUTO     0x4000  /* automated gline messages */
 
 #endif