From e6aff7291f742cf3a435b8103f98699eab75c948 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 6 Feb 2026 17:40:27 +0300 Subject: Add basic support for channel oper At least it is now set to a first user :D --- ircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ircd.h') diff --git a/ircd.h b/ircd.h index 0959d12..29457d8 100644 --- a/ircd.h +++ b/ircd.h @@ -65,7 +65,7 @@ struct Channel { enum { GLOBAL, LOCAL, MODELESS, SAFE } type; char name[CHANNEL_NAME_MAX]; - struct { + struct ChannelPeer { struct Peer *p; enum ChannelPeerMode { BIT(CHANNEL_OPER), -- cgit 1.4.1