mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
Add prefixes to irc_nicklist_insert() so that nickrec.prefixes is accurate in the
"nicklist new" signal. Fixes the nicklist sorting on xirssi. Patch by nenolod. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5184 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ab33ac15af
commit
350b346c84
5 changed files with 13 additions and 11 deletions
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
/* Add new nick to list */
|
||||
NICK_REC *irc_nicklist_insert(IRC_CHANNEL_REC *channel, const char *nick,
|
||||
int op, int halfop, int voice, int send_massjoin);
|
||||
int op, int halfop, int voice, int send_massjoin,
|
||||
char *prefixes);
|
||||
|
||||
/* Remove all "extra" characters from `nick'. Like _nick_ -> nick */
|
||||
char *irc_nick_strip(const char *nick);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue