1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

irc: use "private" notify for welcome notices displayed in channel (like when they are displayed in server buffer)

This commit is contained in:
Sebastien Helleu
2013-10-05 10:19:15 +02:00
parent 5a119bb0f1
commit 1583ca88e5
+1 -1
View File
@@ -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"),