diff --git a/modules/m_list.c b/modules/m_list.c index 9e90260a..dff4ed8f 100644 --- a/modules/m_list.c +++ b/modules/m_list.c @@ -196,7 +196,6 @@ static int mo_list(struct Client *client_p, struct Client *source_p, int parc, c /* Multiple channels, possibly with parameters. */ params = rb_malloc(sizeof(struct ListClient)); - /* XXX rather arbitrary -- jilles */ params->users_min = ConfigChannel.displayed_usercount; params->users_max = INT_MAX; params->operspy = operspy;