]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Add chmode +D, which blocks CTCP ACTION.
[irc/rqf/shadowircd.git] / include / channel.h
index d9c46e2187132a5cc19ca80889062ec82bf68805..6aa72edde5f651e3a20dd0e3e1b2580ce8ac7204 100644 (file)
@@ -173,6 +173,7 @@ typedef int (*ExtbanFunc)(const char *data, struct Client *client_p,
 #define MODE_DISFORWARD 0x2000  /* disable channel forwarding */
 #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 CHFL_BAN        0x10000000     /* ban channel flag */
 #define CHFL_EXCEPTION  0x20000000     /* exception to ban channel flag */