From 89cd47bf3a937c3077acdc95d98cc4b389e30608 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 28 Nov 2008 00:16:51 +0000 Subject: Allow storing multiple "other" prefixes such as +q and +a. Original patch by JasonX, somewhat changed by exg and me. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4922 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/core/netsplit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc/core/netsplit.h') diff --git a/src/irc/core/netsplit.h b/src/irc/core/netsplit.h index 23e6d636..cbe3f26f 100644 --- a/src/irc/core/netsplit.h +++ b/src/irc/core/netsplit.h @@ -28,7 +28,7 @@ typedef struct { unsigned int op:1; unsigned int halfop:1; unsigned int voice:1; - unsigned int other:7; + char prefixes[MAX_USER_PREFIXES+1]; } NETSPLIT_CHAN_REC; void netsplit_init(void); -- cgit v1.2.3