From 0be96b7c6638e02dc1b662ce9b2f19318115bba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 14 Oct 2021 22:21:23 +0200 Subject: irc: fix messages displayed when prefix/nick is missing --- src/plugins/irc/irc-protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/irc/irc-protocol.h b/src/plugins/irc/irc-protocol.h index 8ac4f7c4b..b8f1a9629 100644 --- a/src/plugins/irc/irc-protocol.h +++ b/src/plugins/irc/irc-protocol.h @@ -96,7 +96,7 @@ if (argv[0][0] != ':') \ { \ weechat_printf (server->buffer, \ - _("%s%s: \"%s\" command received without " \ + _("%s%s: command \"%s\" received without " \ "host"), \ weechat_prefix ("error"), IRC_PLUGIN_NAME, \ command); \ @@ -107,7 +107,7 @@ if (!nick) \ { \ weechat_printf (server->buffer, \ - _("%s%s: \"%s\" command received without " \ + _("%s%s: command \"%s\" received without " \ "nick"), \ weechat_prefix ("error"), IRC_PLUGIN_NAME, \ command); \ -- cgit v1.2.3