diff options
| author | 2025-03-14 12:38:38 +0000 | |
|---|---|---|
| committer | 2025-03-14 12:38:38 +0000 | |
| commit | e03e6c32f18fedd6b4c2ea69bf0ef503a0045be8 (patch) | |
| tree | 784241e7c890d925969a659643f4bc79b2c9b117 /docs/conf/modules.example.conf | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Add support for ModLink directives in modulemanager. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'docs/conf/modules.example.conf')
| -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 1b0a0bcbf..983c34340 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -1101,6 +1101,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- |
