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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user