summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/irc/irc-protocol.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c
index 7dd044026..cde702fb7 100644
--- a/src/plugins/irc/irc-protocol.c
+++ b/src/plugins/irc/irc-protocol.c
@@ -7129,12 +7129,9 @@ irc_protocol_recv_command (struct t_irc_server *server,
{
weechat_printf (server->buffer,
_("%s%s: failed to parse command \"%s\" (please "
- "report to developers):"),
+ "report to developers): \"%s\""),
weechat_prefix ("error"), IRC_PLUGIN_NAME,
- msg_command);
- weechat_printf (server->buffer,
- "%s%s",
- weechat_prefix ("error"), irc_message);
+ msg_command, irc_message);
}
/* send signal with received command (if message is not ignored) */