1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 01:03:14 +02:00

irc: add option irc.look.notice_welcome_tags

This commit is contained in:
Sebastien Helleu
2013-10-08 22:15:11 +02:00
parent d82f8c8165
commit 4b94b74990
21 changed files with 134 additions and 14 deletions
+3 -1
View File
@@ -1169,7 +1169,9 @@ IRC_PROTOCOL_CALLBACK(notice)
weechat_printf_date_tags ((ptr_channel) ? ptr_channel->buffer : server->buffer,
date,
irc_protocol_tags (command,
(is_channel_orig) ? "notify_message" : "notify_private",
(is_channel_orig) ?
"notify_message" :
weechat_config_string (irc_config_look_notice_welcome_tags),
nick),
"%s%s%s%s%s(%s%s%s)%s%s%s%s%s: %s",
weechat_prefix ("network"),