mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
irc: use tag "notify_none" for self messages
This commit is contained in:
@@ -1446,7 +1446,7 @@ IRC_PROTOCOL_CALLBACK(privmsg)
|
||||
weechat_printf_tags (ptr_channel->buffer,
|
||||
irc_protocol_tags (command,
|
||||
(nick_is_me) ?
|
||||
"notify_private,no_highlight" :
|
||||
"notify_none,no_highlight" :
|
||||
"notify_private",
|
||||
nick),
|
||||
"%s%s",
|
||||
|
||||
Reference in New Issue
Block a user