]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Backed out changeset 9bd802724b74
[irc/rqf/shadowircd.git] / include / channel.h
index b9932bed1d89583008ef1995e6fa35c500e5484a..6896a2eca6033ab8616c904a987442199358579d 100644 (file)
@@ -186,8 +186,9 @@ typedef int (*ExtbanFunc)(const char *data, struct Client *client_p,
 #define MODE_NOKICK    0x40000 /* Disable /kick on this channel */
 #define MODE_NONICK    0x80000 /* Disable /nick for anyone on this channel */
 #define MODE_NOCAPS    0x100000 /* Block messages in all capital letters */
-#define MODE_NOREPEAT  0x200000 /* Block repeat messages */
-#define MODE_NOOPERKICK        0x400000 /* disallow kicking opers */
+#define MODE_NOREJOIN  0x200000 /* Block rejoin immediately after kick */
+#define MODE_NOREPEAT  0x400000 /* Block repeat messages */
+#define MODE_NOOPERKICK        0x800000 /* disallow kicking opers */
 
 #define CHFL_BAN        0x10000000     /* ban channel flag */
 #define CHFL_EXCEPTION  0x20000000     /* exception to ban channel flag */