From 24fa337181a06266b23d7c9d15ade7a12ed7a510 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 30 Oct 2010 10:41:12 +0200 Subject: [PATCH] Fix target buffer used to display IRC message 327 (whois, host) --- src/plugins/irc/irc-protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 17f709afe..4c51d0265 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -2681,7 +2681,7 @@ IRC_PROTOCOL_CALLBACK(327) if (pos_realname && pos_realname[0]) { - weechat_printf_tags (server->buffer, + weechat_printf_tags (ptr_buffer, irc_protocol_tags (command, "irc_numeric", NULL), "%s%s[%s%s%s] %s%s %s %s(%s%s%s)", weechat_prefix ("network"), @@ -2699,7 +2699,7 @@ IRC_PROTOCOL_CALLBACK(327) } else { - weechat_printf_tags (server->buffer, + weechat_printf_tags (ptr_buffer, irc_protocol_tags (command, "irc_numeric", NULL), "%s%s[%s%s%s] %s%s %s", weechat_prefix ("network"),