]> jfr.im git - irc/quakenet/newserv.git/blobdiff - control/control.h
newsearch: (server) shouldn't return NULL.
[irc/quakenet/newserv.git] / control / control.h
index 517c99ae0b1b77e80b84612b1b53e7e1073b6f50..dc43662e151e62b52f3a32252a7255d7789f15a5 100644 (file)
@@ -43,6 +43,7 @@ void controlspecialrmmod(void *arg);
 void controlspecialreloadmod(void *arg);
 void controlhelp(nick *np, Command *cmd);
 void controlnswall(int noticelevel, char *format, ...) __attribute__ ((format (printf, 2, 3)));
+char *controlid(nick *);
 
 /* NEVER USE THE FOLLOWING IN COMMANDS, you'll end up missing bits off and users'll end up being able to gline people */
 #define __NO_ANYONE      0x000
@@ -98,5 +99,6 @@ void controlnswall(int noticelevel, char *format, ...) __attribute__ ((format (p
 #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