1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

str2list() updates - added separator argument and you'll need to free only

the first item on the list instead of all of them.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@59 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 1999-10-19 18:59:01 +00:00 committed by cras
parent 9657aeef85
commit 08814b59ab

View File

@ -75,6 +75,7 @@ nicklist.c:
"nicklist remove" CHANNEL_REC, NICK_REC
"nicklist changed" CHANNEL_REC, NICK_REC, gchar *oldnick
"nick gone changed" CHANNEL_REC, NICK_REC
"nick ircop changed" CHANNEL_REC, NICK_REC
"server nick changed" SERVER_REC
"massjoin" CHANNEL_REC, GList of NICK_RECs