]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Add chmode +E, which prevents ops from using /kick on channels where it is set.
[irc/rqf/shadowircd.git] / include / channel.h
index c9c3ee1358df270fb5af9c5746484e29c6b45766..4939ff96da8dbe25226835fad66c5aa680f550b8 100644 (file)
@@ -174,6 +174,7 @@ typedef int (*ExtbanFunc)(const char *data, struct Client *client_p,
 #define MODE_NOCTCP     0x8000  /* Block CTCPs directed to this channel */
 #define MODE_NONOTICE  0x16000 /* Block notices directed to this channel */
 #define MODE_NOACTION  0x32000 /* Block CTCP ACTION directed to this channel */
+#define MODE_NOKICK    0x64000 /* Disable /kick on this channel */
 
 #define CHFL_BAN        0x10000000     /* ban channel flag */
 #define CHFL_EXCEPTION  0x20000000     /* exception to ban channel flag */