diff options
author | Peter Powell <petpow@saberuk.com> | 2018-09-09 16:52:32 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-09-09 16:52:54 +0100 |
commit | 923d811b0564db891d7cb97c1ea81a5c901ff3a5 (patch) | |
tree | 391b13acb70670228b8bb9b234b9f25e66233ffe /docs | |
parent | 8512726adf455358d2e467dcc79fc9913ccbcf6b (diff) |
Add a module for hiding mode changes from unprivileged users.
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 9cc40bdd7..bc90c7b14 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -906,6 +906,14 @@ #<hidelist mode="invex" rank="0"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Hide mode module: Allows for hiding mode changes from users who do not +# have sufficient channel privileges. +#<module name="hidemode"> +# +# Hide bans (+b) from people who are not voiced: +#<hidemode mode="ban" rank="10000"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Hide oper module: Allows opers to hide their oper status from non- # opers by setting user mode +H on themselves. # This module is oper-only. |