1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

Fix target buffer used to display IRC message 327 (whois, host)

This commit is contained in:
Sebastien Helleu
2010-10-30 10:41:12 +02:00
parent 0e315a81ad
commit 24fa337181
+2 -2
View File
@@ -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"),