1
0
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:
Sébastien Helleu
2021-10-14 20:39:23 +02:00
parent 1206e9e5c3
commit 238c17bd0e
+1 -1
View File
@@ -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) */