diff options
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |