mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Nicklist updates so that protocol specific xxx_NICK_REC can be used
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1177 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7240717198
commit
e387516951
8 changed files with 58 additions and 42 deletions
|
|
@ -3,10 +3,14 @@
|
|||
|
||||
#include "nicklist.h"
|
||||
|
||||
void irc_nicklist_init(void);
|
||||
void irc_nicklist_deinit(void);
|
||||
/* Add new nick to list */
|
||||
NICK_REC *irc_nicklist_insert(IRC_CHANNEL_REC *channel, const char *nick,
|
||||
int op, int voice, int send_massjoin);
|
||||
|
||||
/* Remove all "extra" characters from `nick'. Like _nick_ -> nick */
|
||||
char *irc_nick_strip(const char *nick);
|
||||
|
||||
void irc_nicklist_init(void);
|
||||
void irc_nicklist_deinit(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue