]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Add chmode +G, which blocks messages in all caps.
[irc/rqf/shadowircd.git] / include / channel.h
index 4064c3dfa8a0e5b84fdb83bedb8de214d89b3a27..db181167b85b0546bccf8b7657293fe47dc2d665 100644 (file)
@@ -179,6 +179,7 @@ typedef int (*ExtbanFunc)(const char *data, struct Client *client_p,
 #define MODE_NOACTION  0x32000 /* Block CTCP ACTION directed to this channel */
 #define MODE_NOKICK    0x64000 /* Disable /kick on this channel */
 #define MODE_NONICK    0x128000 /* Disable /nick for anyone on this channel */
+#define MODE_NOCAPS    0x256000 /* Block messages in all capital letters */
 
 #define CHFL_BAN        0x10000000     /* ban channel flag */
 #define CHFL_EXCEPTION  0x20000000     /* exception to ban channel flag */