mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
Fix bug in IRC parser when no argument is received after command, no callback was called, and message was silently ignored (bug #30640)
This commit is contained in:
@@ -1315,6 +1315,11 @@ irc_server_parse_message (const char *message, char **nick, char **host,
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (command)
|
||||
*command = strdup (pos);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user