diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-15 21:21:38 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-15 21:21:38 +0000 |
commit | 6cdc212ce7559bfc6cb26bf1e09fb3601a48c5ce (patch) | |
tree | aaaef4fe8a2c60de78a35c5fa8e1532365bf26a8 /conf/modules.conf.example | |
parent | 5d3ffb27e06f81f95564686972c834dbc5ce95b5 (diff) |
Add <hidechans:affectsopers>, allows networks to hide channels of a +I user even from opers, for added privacy.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10644 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 2526f8bac..736dc8dbd 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -710,6 +710,11 @@ # HIDECHANS module: Allows opers to hide their channels list from non- # opers by setting user mode +I on themselves. # <module name="m_hidechans.so"> +# +# HIDECHANS can optionally prevent opers from seeing channels on a +I +# user, for more privacy if set to true. +# This setting is not recommended for most mainstream networks. +#<hidechans affectsopers="false"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # HIDEOPER module: Allows opers to hide their oper status from non- |