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
|
|
@ -54,6 +54,9 @@ void channel_set_singlemode(IRC_CHANNEL_REC *channel, const char *nicks,
|
|||
void channel_set_mode(IRC_SERVER_REC *server, const char *channel,
|
||||
const char *mode);
|
||||
|
||||
void prefix_add(char *prefixes, char newprefix, SERVER_REC *server);
|
||||
void prefix_del(char *prefixes, char oldprefix);
|
||||
|
||||
mode_func_t modes_type_a;
|
||||
mode_func_t modes_type_b;
|
||||
mode_func_t modes_type_c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue