From afc9800964a28e287b0cf8d532e140999369f426 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 7 Jan 2001 10:11:29 +0000 Subject: "MODE #channel b" list wasn't printed correctly git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1091 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/irc/fe-events-numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common') diff --git a/src/fe-common/irc/fe-events-numeric.c b/src/fe-common/irc/fe-events-numeric.c index c47f45a8..2cac549a 100644 --- a/src/fe-common/irc/fe-events-numeric.c +++ b/src/fe-common/irc/fe-events-numeric.c @@ -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); } -- cgit v1.2.3