]> jfr.im git - irc/quakenet/newserv.git/blobdiff - control/control.h
Merge chanserv-live into default.
[irc/quakenet/newserv.git] / control / control.h
index c82acb0d471cf45c1b4dee3b97fa7d2406142c73..1b3e9c9c3c8070d5990ad2459b0bb1ba064c600c 100644 (file)
@@ -42,7 +42,6 @@ void controlspecialreloadmod(void *arg);
 void controlhelp(nick *np, Command *cmd);
 void controlnswall(int noticelevel, char *format, ...) __attribute__ ((format (printf, 2, 3)));
 char *controlid(nick *);
-void whoisnick(nick *sender, nick *target);
 
 /* 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
@@ -99,6 +98,7 @@ void whoisnick(nick *sender, nick *target);
 #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 */
+#define NL_CLEANUP         0x8000  /* automated cleanup notices */
 
 extern int noperserv_ext;