From fc63620f1e7d3a82edf3629b25bc3dccf9644af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 1 Oct 2018 22:57:40 +0200 Subject: [PATCH] irc: remove useless test on argc --- src/plugins/irc/irc-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index cf380b037..5eb9fd605 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -4776,7 +4776,7 @@ IRC_PROTOCOL_CALLBACK(354) */ if (argc < 11) { - if ((argc > 3) && (!ptr_channel || (ptr_channel->checking_whox <= 0))) + if (!ptr_channel || (ptr_channel->checking_whox <= 0)) { weechat_printf_date_tags ( irc_msgbuffer_get_target_buffer (