diff options
| author | 2010-03-22 22:30:21 +0000 | |
|---|---|---|
| committer | 2010-03-22 22:30:21 +0000 | |
| commit | 950b9e70437ea1fe3ee5aafe8672fe3cbbe479ec (patch) | |
| tree | 20b14ee26c89eb54e9cde6daad4cf24c079e2826 /docs | |
| parent | Fix MySQL crash on module unload with empty query queue (diff) | |
| download | inspircd++-950b9e70437ea1fe3ee5aafe8672fe3cbbe479ec.tar.gz inspircd++-950b9e70437ea1fe3ee5aafe8672fe3cbbe479ec.tar.bz2 inspircd++-950b9e70437ea1fe3ee5aafe8672fe3cbbe479ec.zip | |
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')
| -rw-r--r-- | docs/inspircd.conf.example | 9 |
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. |
