From 5b3f96daceaa7f41c90471ffd837010c06493914 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 15 Jun 2005 17:16:35 +0000 Subject: Display message content when nick is not found for an incoming "PRIVMSG" message --- src/irc/irc-recv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; } } -- cgit v1.2.3