From c43e7677dfe30c8c0a7114835d8dafb599e16011 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 13 May 2014 15:33:44 +0000 Subject: - Update reference.conf git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3522 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 4 ++-- 1 file 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; -- cgit