mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
ddfb8dea3a
commit
afc9800964
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user