summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-10-14 20:39:23 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-10-14 20:39:23 +0200
commit238c17bd0ed8fe00b7538faf961ae761bef08a4b (patch)
tree42552b0a21a011812f27d134851fd67ae4c07820 /src
parent1206e9e5c3ffa1c216c322e32a5443760fb1a3a7 (diff)
downloadweechat-238c17bd0ed8fe00b7538faf961ae761bef08a4b.zip
irc: display command in lower case when there is a parsing error
Diffstat (limited to 'src')
-rw-r--r--src/plugins/irc/irc-protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c
index a6f432e7f..d6a5800cb 100644
--- a/src/plugins/irc/irc-protocol.c
+++ b/src/plugins/irc/irc-protocol.c
@@ -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) */