1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

irc: add missing tag "log3" in notify messages

This commit is contained in:
Sébastien Helleu
2023-05-21 22:14:55 +02:00
parent f3e1da894b
commit 3cb5f25681
3 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -629,7 +629,8 @@ irc_notify_get_tags (struct t_config_option *option, const char *type,
tags = weechat_config_string (option);
snprintf (string, sizeof (string), "irc_notify,irc_notify_%s,nick_%s%s%s",
snprintf (string, sizeof (string),
"irc_notify,irc_notify_%s,nick_%s%s%s,log3",
type,
nick,
(tags && tags[0]) ? "," : "",