updates.
[silc.git] / apps / silcd / command_reply.c
index 68e6143337f85ff6aaa16c92a911ce1a0d80b35f..d191b6b66a4ade12d1d8fb508270bc8ab385d678 100644 (file)
@@ -1201,6 +1201,8 @@ SILC_SERVER_CMD_REPLY_FUNC(list)
       cache->expire = time(NULL) + 60;
   }
 
+  channel->user_count = usercount;
+
   if (topic) {
     silc_free(channel->topic);
     channel->topic = strdup(topic);