diff options
author | Peter Powell <petpow@saberuk.com> | 2017-09-06 08:48:19 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-02-02 12:54:59 +0000 |
commit | 4132a44396d8fa3d23f87b5cbea5b928aa09769f (patch) | |
tree | 501fc26e8f434be71255c37777faaa5a54cd32d1 /docs/conf/modules.conf.example | |
parent | c2376ac6f49ab01794a21a3e9bb7c1b3c5a1c2d8 (diff) |
Allow the maximum length of a chanfilter message to be configured.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 2941fafbe..24a2ae7b2 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -386,7 +386,9 @@ # # If hidemask is set to yes, the user will not be shown the mask when # his/her message is blocked. -#<chanfilter hidemask="yes"> +# +# If maxlen is set then it defines the maximum length of a filter entry. +#<chanfilter hidemask="yes" maxlen="50"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel history module: Displays the last 'X' lines of chat to a user |