Allow opers to do /stats C.
In particular, this allows remote /stats C.
This commit is contained in:
parent
ed11b18f0f
commit
e5520caf0a
1 changed files with 1 additions and 1 deletions
|
@ -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, },
|
||||
|
|
Loading…
Reference in a new issue