diff options
author | Michael Hazell <michaelhazell@hotmail.com> | 2017-12-29 18:16:39 -0500 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-31 10:59:02 +0000 |
commit | 758cf504f1b049c5a1b33f7f774042c5e3efaea5 (patch) | |
tree | f8a0ee8284f536d02ac00243ff244d8570a2ba53 /docs/conf/modules.conf.example | |
parent | 9b3e0a2cea3ac158a56001e581177e41bd71bab8 (diff) |
m_chanhistory: optionally exempt bots from receiving history.
Sending history to some bots can cause problems as without the
IRCv3 chathistory batch they have no way of knowing what messages
are history and what they should respond to.
Closes #1450.
Diffstat (limited to 'docs/conf/modules.conf.example')
-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 9c19e3e43..4abd3ba58 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -383,7 +383,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 |