1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

"MODE #channel b" list wasn't printed correctly

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1091 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-07 10:11:29 +00:00 committed by cras
parent ddfb8dea3a
commit afc9800964

View File

@ -223,7 +223,7 @@ static void event_ban_list(IRC_SERVER_REC *server, const char *data)
printformat(server, NULL, MSGLEVEL_CRAP,
*setby == '\0' ? IRCTXT_BANLIST : IRCTXT_BANLIST_LONG,
channel, ban, setby, secs);
0, channel, ban, setby, secs);
g_free(params);
}