diff options
author | Peter Powell <petpow@saberuk.com> | 2017-12-31 18:38:21 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-31 18:38:21 +0000 |
commit | 5c6352dd9a642bdb1f5fa2727a41dea9197b4536 (patch) | |
tree | b6029461ee96adf71a62d53df52af9d33ed93795 /docs | |
parent | 45689d251a9934134e4762f5b24fa3c28e893980 (diff) |
Increase the config default for <chanhistory:maxlines> to 50.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 95b742eb1..eb6bfd475 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -397,7 +397,7 @@ # If notice is set to yes, joining users will get a NOTICE before playback # telling them about the following lines being the pre-join history. # If bots is set to yes, it will also send to users marked with +B -#<chanhistory maxlines="20" notice="yes" bots="yes"> +#<chanhistory maxlines="50" notice="yes" bots="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel logging module: Used to send snotice output to channels, to |