From e5520caf0ae988b42d534e4031be66d385df2079 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 11 Feb 2012 23:17:04 +0100 Subject: [PATCH] Allow opers to do /stats C. In particular, this allows remote /stats C. --- modules/m_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_stats.c b/modules/m_stats.c index c3f36fd5..d5dcd338 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -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, },