Update usercount in inbound_nameslist_end

This commit is contained in:
gaffatape 2016-09-21 16:31:39 +02:00 committed by TingPing
parent 7329dbdc57
commit 29b5785bb4
1 changed files with 2 additions and 0 deletions

View File

@ -1122,6 +1122,7 @@ inbound_nameslist_end (server *serv, char *chan,
{
sess->end_of_names = TRUE;
sess->ignore_names = FALSE;
fe_userlist_numbers (sess);
}
list = list->next;
}
@ -1132,6 +1133,7 @@ inbound_nameslist_end (server *serv, char *chan,
{
sess->end_of_names = TRUE;
sess->ignore_names = FALSE;
fe_userlist_numbers (sess);
return TRUE;
}
return FALSE;