1
0
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:
Sebastien Helleu
2008-11-10 22:41:32 +01:00
parent cecc1f9ea7
commit f74fd05da7
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -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,