From 834c85d80914007e31657d12d2f22a9cb2cd8624 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sat, 14 Feb 2026 00:05:36 +0300 Subject: Add support for voice and +m channel mode So now voices in code are not that useless. Also, code was fixed for their printing as it is valid for a user to be both an oper and voiced --- ircd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ircd.h') 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), -- cgit 1.4.1