diff --git a/src/common/zoitechat.c b/src/common/zoitechat.c index 9c94afa3..16c2a5ed 100644 --- a/src/common/zoitechat.c +++ b/src/common/zoitechat.c @@ -463,8 +463,7 @@ doover: while (list) { sess = list->data; - if (!sess->server->have_awaynotify) - sess->done_away_check = FALSE; + sess->done_away_check = FALSE; list = list->next; } loop++;