diff options
author | Michael <michaelhazell@hotmail.com> | 2020-10-24 17:40:47 -0400 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-24 22:59:51 +0100 |
commit | bf162f683707a2774a60c3801ac4023231998bf5 (patch) | |
tree | d568c72962955fe1d8709bd5d6b86acaebd48fe7 /docs/conf | |
parent | f6d30f8fef02e9571628bd3cc6519c2b897ff496 (diff) |
Change glob matching to be configurable
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 0ab0c7451..49c9d99f8 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -338,6 +338,9 @@ # This module is oper-only and provides /CBAN. # To use, CBAN must be in one of your oper class blocks. #<module name="cban"> +# CBAN does not allow glob channelmasks by default for compatibility +# reasons. You can enable glob support by uncommenting the next line. +#<cban glob="true"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Censor module: Adds channel and user mode +G which block phrases that |