mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03:13 +02:00
irc: display command in lower case when there is a parsing error
This commit is contained in:
@@ -7135,7 +7135,7 @@ irc_protocol_recv_command (struct t_irc_server *server,
|
||||
_("%s%s: failed to parse command \"%s\" (please "
|
||||
"report to developers): \"%s\""),
|
||||
weechat_prefix ("error"), IRC_PLUGIN_NAME,
|
||||
msg_command, irc_message);
|
||||
cmd_name, irc_message);
|
||||
}
|
||||
|
||||
/* send signal with received command (if message is not ignored) */
|
||||
|
||||
Reference in New Issue
Block a user