mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Add away-notify support
This commit is contained in:
@@ -336,8 +336,8 @@ doover:
|
||||
list = list->next;
|
||||
}
|
||||
|
||||
/* done them all, reset done_away_check to FALSE and start over */
|
||||
if (full)
|
||||
/* done them all, reset done_away_check to FALSE and start over unless we have away-notify*/
|
||||
if (full && !sess->server->have_awaynotify)
|
||||
{
|
||||
list = sess_list;
|
||||
while (list)
|
||||
|
||||
Reference in New Issue
Block a user