]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Add TODO for ShadowIRCd 6.0
[irc/rqf/shadowircd.git] / include / channel.h
index 1e3b5bb45218f0eda456f900ec4e6dcd24ee90c4..d9c46e2187132a5cc19ca80889062ec82bf68805 100644 (file)
@@ -172,6 +172,7 @@ typedef int (*ExtbanFunc)(const char *data, struct Client *client_p,
 #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 MODE_NONOTICE  0x16000 /* Block notices directed to this channel */
 
 #define CHFL_BAN        0x10000000     /* ban channel flag */
 #define CHFL_EXCEPTION  0x20000000     /* exception to ban channel flag */