mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
Disable highlight for IRC messages from local nick
This commit is contained in:
@@ -56,7 +56,7 @@ irc_input_user_message_display (struct t_gui_buffer *buffer, const char *text)
|
||||
ptr_nick = NULL;
|
||||
|
||||
weechat_printf_tags (buffer,
|
||||
irc_protocol_tags ("privmsg", NULL),
|
||||
irc_protocol_tags ("privmsg", "no_highlight"),
|
||||
"%s%s",
|
||||
irc_nick_as_prefix ((ptr_nick) ? ptr_nick : NULL,
|
||||
(ptr_nick) ? NULL : ptr_server->nick,
|
||||
|
||||
Reference in New Issue
Block a user