X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/f24153fcb31f04d8505237ac5890ea30f14e2c38..3898f97325dbed800d4b424e68a0c2858b8d8be7:/control/control.h?ds=sidebyside diff --git a/control/control.h b/control/control.h index a72d2649..dc43662e 100644 --- a/control/control.h +++ b/control/control.h @@ -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