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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user