mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
fix if statement
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user