X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/b90b52aed59ca92b957c0c27b16f223f11671ec3..3898f97325dbed800d4b424e68a0c2858b8d8be7:/control/control.h diff --git a/control/control.h b/control/control.h index 517c99ae..dc43662e 100644 --- a/control/control.h +++ b/control/control.h @@ -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