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 931948b..d4ed678 100644
--- a/ircd.h
+++ b/ircd.h
@@ -83,6 +83,7 @@ struct Channel
 	enum ChannelMode
 	{
 		BIT(CHANNEL_SECRET),
+		BIT(CHANNEL_NOFROMOUT),
 	} modes;
 };