]> jfr.im git - irc/quakenet/newserv.git/blobdiff - control/control.h
nickwatch: Implement hook for messages/notices.
[irc/quakenet/newserv.git] / control / control.h
index 04f827073bc17f511e19568f65650b2e6e688880..c4bc629884941f679b11259bde96ad319cadbc27 100644 (file)
@@ -97,6 +97,7 @@ 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 */
 
 extern int noperserv_ext;