X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/aa35afbb1f5552f6985d8343fd86184b0d1bd7de..f9e91eceaaee7fa62dcf817fa092f2f4f3f23eb7:/include/channel.h diff --git a/include/channel.h b/include/channel.h index c9c3ee1..4939ff9 100644 --- a/include/channel.h +++ b/include/channel.h @@ -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 */