summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/inbound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c
index c86caf24..9d21e25a 100644
--- a/src/common/inbound.c
+++ b/src/common/inbound.c
@@ -301,8 +301,10 @@ is_hilight (char *from, char *text, session *sess, server *serv)
 	{
 		g_free (text);
 		if (sess != current_tab)
+		{
 			sess->nick_said = TRUE;
 			lastact_update (sess);
+		}
 		fe_set_hilight (sess);
 		return 1;
 	}