summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-03-22 22:30:21 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-03-22 22:30:21 +0000
commit950b9e70437ea1fe3ee5aafe8672fe3cbbe479ec (patch)
tree20b14ee26c89eb54e9cde6daad4cf24c079e2826 /docs/inspircd.conf.example
parent19963bd452eac3c9fc52b3ee60fbf1a81efed7d3 (diff)
Change <security:operspywhois> to a tristate
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12653 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index 1f31f6980..a82e8025f 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -681,10 +681,11 @@
# the ircd. This may be set for security reasons or vanity reasons.
customversion=""
- # operspywhois: If this is set to yes, when a oper /whois 's a user,
- # it will show all channels the user is in including +s and +p
- # channels.
- operspywhois="no"
+ # operspywhois: show opers (users/auspex) the +s channels a user is in. Values:
+ # splitmsg Split with an explanatory message
+ # yes Split with no explanatory message
+ # no Do not show
+ operspywhois="no"
# runasuser: If this is set, InspIRCd will attempt to setuid
# to run as this user- allows binding of ports under 1024.