]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/channel.h
Add blank +K (norepeat) chmode, though it does nothing yet.
[irc/rqf/shadowircd.git] / include / channel.h
index a6fa1a1299e430ce109a840d9e0a1d988bdf773a..164abe511472a500d29a59eb649da541df36c67d 100644 (file)
@@ -181,6 +181,7 @@ typedef int (*ExtbanFunc)(const char *data, struct Client *client_p,
 #define MODE_NONICK    0x128000 /* Disable /nick for anyone on this channel */
 #define MODE_NOCAPS    0x256000 /* Block messages in all capital letters */
 #define MODE_NOREJOIN  0x512000 /* Block rejoin immediately after kick */
+#define MODE_NOREPEAT  0x1024000 /* Block repeat messages */
 
 #define CHFL_BAN        0x10000000     /* ban channel flag */
 #define CHFL_EXCEPTION  0x20000000     /* exception to ban channel flag */