1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

irc: remove useless test on argc

This commit is contained in:
Sébastien Helleu
2018-10-01 22:57:40 +02:00
parent fb3ca3caae
commit fc63620f1e
+1 -1
View File
@@ -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 (