Allow opers to do /stats C.

In particular, this allows remote /stats C.
This commit is contained in:
Jilles Tjoelker 2012-02-11 23:17:04 +01:00
parent ed11b18f0f
commit e5520caf0a

View file

@ -133,7 +133,7 @@ static struct StatsStruct stats_cmd_table[] = {
{'b', stats_delay, 1, 1, },
{'B', stats_hash, 1, 1, },
{'c', stats_connect, 0, 0, },
{'C', stats_capability, 1, 1, },
{'C', stats_capability, 1, 0, },
{'d', stats_tdeny, 1, 0, },
{'D', stats_deny, 1, 0, },
{'e', stats_exempt, 1, 0, },