From 03767ee0f98262220eb13a2fcb1f2fe0963cba3d Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sun, 24 Jul 2016 18:08:09 -0400 Subject: Kill fe_set_hilight() It just duplicates functionality and this fixes: - alert_taskbar chanopt not being respected - tab color being incorrect when highlight print events are eaten --- src/common/inbound.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/inbound.c') diff --git a/src/common/inbound.c b/src/common/inbound.c index ffc8a3e7..50ef5032 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -319,7 +319,6 @@ is_hilight (char *from, char *text, session *sess, server *serv) sess->nick_said = TRUE; lastact_update (sess); } - fe_set_hilight (sess); return 1; } -- cgit 1.4.1