diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-23 19:46:14 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-23 19:46:14 +0000 |
commit | 65627cc9d9f3227ea6dc091dd62a71fbce41a5e2 (patch) | |
tree | ed2966a12a6cd2ae842ef212877e1363c4b71640 /conf | |
parent | d0a7ed880df022ef7b41c36c74099cd2790c3462 (diff) |
Add <showwhois:opersonly>, allows server admins to unlock umode +W use for regular users. Users without users/auspex priv (not opered, or just not given) will see display host instead of real host always, though.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10693 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index a37c412e4..f739895f2 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1371,6 +1371,10 @@ # to see when they are whois'ed (can be annoying). # This module is oper-only. #<module name="m_showwhois.so"> +# +# If you wish, you may also let users set this mode. Only opers with the +# users/auspex priv will see real hosts of people, though. +#<showwhois opersonly="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Shun module: Provides the /shun command, which stops a user executing |