diff options
Diffstat (limited to 'include/channel_mode.h')
-rw-r--r-- | include/channel_mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel_mode.h b/include/channel_mode.h index 2bd8ce6..ec705a5 100644 --- a/include/channel_mode.h +++ b/include/channel_mode.h @@ -59,6 +59,7 @@ #define MODE_OPERONLY 0x0080 #define MODE_REGISTERED 0x0100 /* Channel has been registered with ChanServ */ #define MODE_REGONLY 0x0200 +#define MODE_NOCTRL 0x0400 /* cache flags for silence on ban */ #define CHFL_BAN_CHECKED 0x0080 |