summaryrefslogtreecommitdiff
path: root/src/protocol/hybrid.h
diff options
context:
space:
mode:
authorMichael Wobst <michael@wobst.at>2013-05-25 15:30:13 -0400
committerAdam <Adam@anope.org>2013-05-25 15:41:48 -0400
commite2213e3cd21ba55aa706a233e6a6378d7174117e (patch)
treeb46bd9fdf7ebb3156f6333b3a64d149a8b011bc4 /src/protocol/hybrid.h
parentec9931288b719cfe9aaa9f1547108d7c097006e2 (diff)
Update Hybrid protocol module for Hybrid 8.1
Diffstat (limited to 'src/protocol/hybrid.h')
-rw-r--r--src/protocol/hybrid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocol/hybrid.h b/src/protocol/hybrid.h
index 64fc55a95..561822fe5 100644
--- a/src/protocol/hybrid.h
+++ b/src/protocol/hybrid.h
@@ -41,8 +41,10 @@
#define CMODE_l 0x00000080 /* Limit the number of users in a channel */
#define CMODE_R 0x00000100 /* Only identified users can join */
#define CMODE_r 0x00000200 /* Set for all registered channels */
+#define CMODE_c 0x00000400 /* Control codes cannot be sent to a channel */
#define CMODE_O 0x00000800 /* Oper only channel, as of hybrid7.3 */
#define CMODE_S 0x00001000 /* SSL only channel, as of hybrid7.3 */
+#define CMODE_M 0x00002000 /* Non-regged nicks can't send messages */
#define DEFAULT_MLOCK CMODE_n|CMODE_r|CMODE_t