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:
Timo Sirainen 2001-02-02 22:10:20 +00:00 committed by cras
commit e387516951
8 changed files with 58 additions and 42 deletions

View file

@ -83,17 +83,12 @@ void
channel_destroy(channel)
Irssi::Channel channel
Irssi::Nick
nick_insert(channel, nick, op, voice, send_massjoin)
void
nick_insert(channel, nick)
Irssi::Channel channel
char *nick
int op
int voice
int send_massjoin
Irssi::Nick nick
CODE:
RETVAL = nicklist_insert(channel, nick, op, voice, send_massjoin);
OUTPUT:
RETVAL
nicklist_insert(channel, nick);
void
nick_remove(channel, nick)