From 7ad3d126727199e2492a9df02970b380176db34e Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 3 Jan 2013 00:38:21 +0000 Subject: - Minor updates to example configuration files git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1729 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/example.conf | 2 +- doc/example.efnet.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/example.conf b/doc/example.conf index 31bce79..3251e8e 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -862,7 +862,7 @@ serverhide { * logfiles. * * We recommend you leave this disabled, and just take care with who you - * give admin=yes; to. + * give administrator privileges to. */ hide_server_ips = no; }; diff --git a/doc/example.efnet.conf b/doc/example.efnet.conf index ce7cb26..dcff995 100644 --- a/doc/example.efnet.conf +++ b/doc/example.efnet.conf @@ -885,7 +885,7 @@ serverhide { * logfiles. * * We recommend you leave this disabled, and just take care with who you - * give admin=yes; to. + * give administrator privileges to. */ hide_server_ips = yes; }; -- cgit