diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-27 10:42:03 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-27 10:42:03 +0000 |
commit | e3a97df41c7d6010d62f46a89033f319793c1b58 (patch) | |
tree | 7478dd2850373af7828299d16f192f35035105e9 /modules | |
parent | f11450045c0e509356ecf010e81848cc77a8d817 (diff) |
- "STATS s" now shows configured services{} blocks as well
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1880 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_stats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/m_stats.c b/modules/m_stats.c index e22d811..97b8145 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -1343,6 +1343,7 @@ static const struct StatsStruct { 'Q', stats_resv, 1, 0 }, { 'r', stats_usage, 1, 0 }, { 'R', stats_usage, 1, 0 }, + { 's', stats_service, 1, 0 }, { 'S', stats_service, 1, 0 }, { 't', stats_tstats, 1, 0 }, { 'T', stats_tstats, 1, 0 }, |