diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-06 18:59:00 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-06 18:59:00 +0000 |
commit | 618b92db6e3c90f6bf8afce65f4d5f71474037e3 (patch) | |
tree | 31aa4b15353201edb0a78017672a27013849a01a /include | |
parent | 1d1309e8d2fbadea9e3acd6c8358a5c937a9d0dd (diff) |
- Implemented channel mode +M. Clients that haven't identified their
name with NickServ may not speak in a channel that has this mode set
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1956 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-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 ec705a5..76eb123 100644 --- a/include/channel_mode.h +++ b/include/channel_mode.h @@ -60,6 +60,7 @@ #define MODE_REGISTERED 0x0100 /* Channel has been registered with ChanServ */ #define MODE_REGONLY 0x0200 #define MODE_NOCTRL 0x0400 +#define MODE_MODREG 0x0800 /* cache flags for silence on ban */ #define CHFL_BAN_CHECKED 0x0080 |