1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

irc: fix messages displayed when prefix/nick is missing

This commit is contained in:
Sébastien Helleu
2021-10-14 22:21:23 +02:00
parent 9d4119232f
commit 0be96b7c66
+2 -2
View File
@@ -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); \