diff options
author | Daniel Vassdal <shutter@canternet.org> | 2013-08-24 07:36:30 -0700 |
---|---|---|
committer | Daniel Vassdal <shutter@canternet.org> | 2013-08-24 07:45:34 -0700 |
commit | 71b9af776ef53c6902c020cf729c5277b824e0f9 (patch) | |
tree | d8dca2dbb72649395c676e88d1bf451031aa43fe /docs | |
parent | 7264a6a8d4360989ca2f64230da07c562d0f34f1 (diff) |
Option to select if chanhistory is on for bots
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 228d96312..ca1340f04 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -384,7 +384,8 @@ # This is the hard limit for 'X'. # 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. -#<chanhistory maxlines="20" notice="yes"> +# If bots is set to yes, it will also send to users marked with +B +#<chanhistory maxlines="20" notice="yes" bots="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel logging module: used to send snotice output to channels, to |