list: Remove a now obsolete comment.

This commit is contained in:
Jilles Tjoelker 2015-12-29 13:55:16 +01:00
parent 7e5f0af686
commit f8d9a4c289

View file

@ -196,7 +196,6 @@ static int mo_list(struct Client *client_p, struct Client *source_p, int parc, c
/* Multiple channels, possibly with parameters. */ /* Multiple channels, possibly with parameters. */
params = rb_malloc(sizeof(struct ListClient)); params = rb_malloc(sizeof(struct ListClient));
/* XXX rather arbitrary -- jilles */
params->users_min = ConfigChannel.displayed_usercount; params->users_min = ConfigChannel.displayed_usercount;
params->users_max = INT_MAX; params->users_max = INT_MAX;
params->operspy = operspy; params->operspy = operspy;