list: Remove a now obsolete comment.
This commit is contained in:
parent
7e5f0af686
commit
f8d9a4c289
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue