diff options
Diffstat (limited to 'docs/inspircd.conf.example')
-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"> |