summary refs log tree commit diff
path: root/ircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ircd.h')
-rw-r--r--ircd.h2
1 files changed, 1 insertions, 1 deletions
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),