1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

Use tag "no_highlight" for CTCP replies

This commit is contained in:
Sebastien Helleu
2010-04-10 12:39:56 +02:00
parent c33f0e60ea
commit 030ac33005
+2 -1
View File
@@ -258,7 +258,8 @@ irc_ctcp_reply_to_nick (struct t_irc_server *server,
if (weechat_config_boolean (irc_config_look_display_ctcp_reply))
{
weechat_printf_tags ((channel) ? channel->buffer : server->buffer,
irc_protocol_tags (command, "irc_ctcp,irc_ctcp_reply"),
irc_protocol_tags (command,
"irc_ctcp,irc_ctcp_reply,no_highlight"),
_("%sCTCP reply to %s%s%s: %s%s%s%s%s"),
weechat_prefix ("network"),
IRC_COLOR_CHAT_NICK,