mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
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
This commit is contained in:
parent
aefa7b47c1
commit
89cd47bf3a
15 changed files with 110 additions and 88 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue