diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-05-13 15:33:44 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-05-13 15:33:44 +0000 |
commit | c43e7677dfe30c8c0a7114835d8dafb599e16011 (patch) | |
tree | 8b62ab0d0b2a632d580d94a5a4f3ec6e574d1bb4 | |
parent | 26facdb79628f7ebd7ec449cd5de9923ad2de4ba (diff) |
- Update reference.conf
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3522 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | doc/reference.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index b2f4513..709058c 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1100,7 +1100,7 @@ general { stats_u_oper_only = no; /* - * stats_i_oper only: make stats i (auth {}) oper only. Set to: + * stats_i_oper_only: make stats i (auth {}) oper only. Set to: * yes - show users no auth blocks, made oper only. * masked - show users the first matching auth block * no - show users all auth blocks. @@ -1130,7 +1130,7 @@ general { /* * pace_wait_simple: minimum time required between use of less * intensive commands - * (ADMIN, HELP, (L)USERS, VERSION, remote WHOIS) + * (ADMIN, HELP, LUSERS, VERSION, remote WHOIS) */ pace_wait_simple = 1 second; |