diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/irc/irc-recv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irc/irc-recv.c b/src/irc/irc-recv.c index 8b7394366..add452e24 100644 --- a/src/irc/irc-recv.c +++ b/src/irc/irc-recv.c @@ -1203,8 +1203,8 @@ irc_cmd_recv_privmsg (t_irc_server *server, char *host, char *arguments) { irc_display_prefix (server->buffer, PREFIX_ERROR); gui_printf_nolog (server->buffer, - _("%s nick \"%s\" not found for \"%s\" command\n"), - WEECHAT_ERROR, host, "privmsg"); + _("%s nick \"%s\" not found for \"%s\" command (message: \"%s\")\n"), + WEECHAT_ERROR, host, "privmsg", pos); return -1; } } |