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); }