diff options
| author | 2025-03-10 22:17:56 +0000 | |
|---|---|---|
| committer | 2025-03-10 22:18:55 +0000 | |
| commit | 6b2c0a6ecb9a222bc569a7906c29169570804cdb (patch) | |
| tree | e5722acfb106f3fff39a7feefde017e67cae4a13 | |
| parent | Add <helpchan> for granting privs to helpers on join. (diff) | |
Document <helpchan>.
| -rw-r--r-- | docs/conf/modules.example.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index 4c64899c2..d3f4a03fe 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -1161,6 +1161,12 @@ # as such to differentiate them from opers. # <helpmode ignorehideoper="no" # markhelpers="yes"> +# +# You can also define one or more channels which helpers will be given +# a channel prefix mode in. If not otherwise specified the prefix mode +# defaults to channel mode o (op). +# +# <helpchan name="#help-*" prefix="o"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Hide chans module: Allows users to hide their channels list from non- |
