]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Merge +C (no CTCP to channels) from ircd-seven.
[irc/rqf/shadowircd.git] / include / channel.h
index b4da1b6edaeabe353cf979295f693e56317df4c1..1e3b5bb45218f0eda456f900ec4e6dcd24ee90c4 100644 (file)
@@ -171,6 +171,7 @@ typedef int (*ExtbanFunc)(const char *data, struct Client *client_p,
 #define MODE_FREEINVITE 0x0800  /* allow free use of /invite */
 #define MODE_FREETARGET 0x1000  /* can be forwarded to without authorization */
 #define MODE_DISFORWARD 0x2000  /* disable channel forwarding */
+#define MODE_NOCTCP     0x8000  /* Block CTCPs directed to this channel */
 
 #define CHFL_BAN        0x10000000     /* ban channel flag */
 #define CHFL_EXCEPTION  0x20000000     /* exception to ban channel flag */