diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-18 15:03:50 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-18 15:03:50 +0000 |
commit | 2ad584693f5db99429463fc1d5afc7cc5cff311f (patch) | |
tree | d6c5673d346205be87acfbaf66db1a111ed96cab /doc | |
parent | bcf78d8ab4be9d9ce410f273cbc4490f72ced846 (diff) |
- Added general::stats_u_oper_only configuration option
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2268 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index e426f08..baa6a0e 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1082,6 +1082,9 @@ general { /* stats_P_oper_only: make stats P (ports) oper only */ stats_P_oper_only = yes; + /* stats_u_oper_only: make stats u (uptime) oper only */ + stats_u_oper_only = no; + /* * stats i oper only: make stats i (auth {}) oper only. Set to: * yes - show users no auth blocks, made oper only. |