diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-30 22:21:45 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-30 22:21:45 +0000 |
commit | 239196ce7df222ea8331f9b755860b7d697a7531 (patch) | |
tree | d780631ef60cc4dfe1cdd4e53f1bfd7c7df5e78b /docs | |
parent | 9900e93c0e6e557b6692589711bfa81075c059f1 (diff) |
Put <options:operspywhois> in the example config, off by default
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3792 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 5b918e3a0..b1625b42a 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -517,6 +517,11 @@ # oper-only independent of if they are in a module # # or the core. # # # +# operspywhois - If this is set then when an IRC operator uses # +# /WHOIS on a user they will see all channels, even # +# ones if channels are secret (+s), private (+p) or # +# if the target user is invisible +i. # +# # # customversion - If you specify this configuration item, and it is # # not set to an empty value, then when a user does # # a /VERSION command on the ircd, this string will # @@ -571,13 +576,14 @@ somaxconn="128" softlimit="128" operonlystats="oclgkz" + operspywhois="no" customversion="" maxtargets="20" - hidesplits="no" - hidebans="no" - hidewhois="" - flatlinks="no" - hideulines="no" + hidesplits="no" + hidebans="no" + hidewhois="" + flatlinks="no" + hideulines="no" allowhalfop="yes"> |