diff options
Diffstat (limited to 'docs/conf')
-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 |