diff options
| author | 2024-09-22 14:38:19 +0100 | |
|---|---|---|
| committer | 2024-09-22 14:38:19 +0100 | |
| commit | 43a5068798cd8ca4b1e4f31a17d330c6dff35a91 (patch) | |
| tree | 655579a30c4a533aa9917571b25102bb017ea302 /docs/conf/modules.example.conf | |
| parent | Refactor hidechans slightly. (diff) | |
Hide the channels of services pseudoclient with +I from opers too.
Closes #2106.
Diffstat (limited to 'docs/conf/modules.example.conf')
| -rw-r--r-- | docs/conf/modules.example.conf | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index 9f311873f..98a0571f7 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -1161,10 +1161,15 @@ # opers by setting user mode +I on themselves. #<module name="hidechans"> # -# This mode can optionally prevent opers from seeing channels on a +I -# user, for more privacy if set to yes. -# This setting is not recommended for most mainstream networks. -#<hidechans affectsopers="no"> +# affectsopers: Whether server operators with the users/auspex privilege +# are exempt from the hideoper (+I) mode. Defaults to no. +# +# hideservices: Whether to hide the channels of services pseudoclients +# with the hideoper (+I) mode from all users. Defaults +# to yes. +# +# <hidechans affectsopers="no" +# hideservices="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Hide list module: Allows for hiding the list of listmodes from users |
