From 1583ca88e5b32bb9d4289d230329ecba5ae6b866 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 5 Oct 2013 10:19:15 +0200 Subject: [PATCH] irc: use "private" notify for welcome notices displayed in channel (like when they are displayed in server buffer) --- src/plugins/irc/irc-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 306b88176..3985ba287 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -1169,7 +1169,7 @@ IRC_PROTOCOL_CALLBACK(notice) weechat_printf_date_tags ((ptr_channel) ? ptr_channel->buffer : server->buffer, date, irc_protocol_tags (command, - "notify_message", + (is_channel_orig) ? "notify_message" : "notify_private", nick), "%s%s%s%s%s(%s%s%s)%s%s%s%s%s: %s", weechat_prefix ("network"),