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

irc: add tag "self_msg" on self messages (closes #840)

This commit is contained in:
Sébastien Helleu
2016-11-26 13:58:16 +01:00
parent cfc22c700c
commit 377fad22db
25 changed files with 192 additions and 182 deletions
+1 -1
View File
@@ -2043,7 +2043,7 @@ IRC_PROTOCOL_CALLBACK(privmsg)
if (nick_is_me)
{
snprintf (str_tags, sizeof (str_tags),
"notify_none,no_highlight,prefix_nick_%s",
"self_msg,notify_none,no_highlight,prefix_nick_%s",
(str_color) ? str_color : "default");
}
else