diff options
author | gaffatape <gaffa@folkemagt.dk> | 2016-09-21 16:31:39 +0200 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2016-10-08 14:55:58 -0400 |
commit | 29b5785bb4ee2ca45495bbdbdce027cc7a3e09f8 (patch) | |
tree | c3b018bf222eb9a2d950bc9cf9d45e705e175775 | |
parent | 7329dbdc5731d5835f261a9cf7cf0aaa87496120 (diff) |
Update usercount in inbound_nameslist_end
-rw-r--r-- | src/common/inbound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index 50ef5032..aa87cfab 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -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; |