summary refs log tree commit diff
path: root/ircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ircd.h')
-rw-r--r--ircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ircd.h b/ircd.h
index 3012783..fecfe60 100644
--- a/ircd.h
+++ b/ircd.h
@@ -83,6 +83,7 @@ struct Channel
 	size_t peers_c;
 	enum ChannelMode
 	{
+		BIT(CHANNEL_MODERATED),
 		BIT(CHANNEL_NOFROMOUT),
 		BIT(CHANNEL_SECRET),
 		BIT(CHANNEL_TOPIC),