diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-23 21:48:13 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-23 21:48:13 +0000 |
commit | 0f41486ecf373cdba78fe170faf48161e92a9b1b (patch) | |
tree | 6a88fb1fc195d6933dfcff007613c784ef50eb62 /conf/modules.conf.example | |
parent | 1200d6285b1d64699c6fa2c8241e2ee40f52d2a3 (diff) |
Add <showwhois:showfromopers> setting, requested by MacGyver. Can be useful if you don't want suspicious people to know you're watching them.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10696 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 67d17fbfc..4a7e05096 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1376,7 +1376,11 @@ # users/auspex priv will see real hosts of people, though. This setting # is not reloadable via /rehash, and will require /reloadmodule, as # it directly affects the mode object itself. -#<showwhois opersonly="yes"> +#<showwhois opersonly="yes" +# +# You may also set whether or not users should recieve whois notices, should +# they be /whois'd by an oper. +# showfromopers="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Shun module: Provides the /shun command, which stops a user executing |