From 511e258e901e5248e1706609ba1099507fd750ae Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 11 Jun 2019 22:54:50 +0100 Subject: Implement configurable auto replay modes. So far there is "none", "time" (auto replay the last X seconds), and "lastspoke" (auto replay everything since you last spoke). --- blabouncer.conf.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'blabouncer.conf.example') diff --git a/blabouncer.conf.example b/blabouncer.conf.example index f4de92e..f9c09bc 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -18,7 +18,13 @@ realname = "Mr Bla Bouncer" # Put channel keywords/passwords after channel names following a space. #channels = "#blabouncer keyword,#test" -# How many seconds of replay log should be sent to connecting clients +# Auto replay mode upon a bouncer client connecting +# "none" = Don't auto replay +# "time" = Always send the last "replayseconds" worth of logs +# "lastspoke" = All messages since your current nick last spoke +replaymode = "time" + +# How many seconds of replay log should be sent to connecting clients if replaymode = "time" replayseconds = "600" # Connect password clients must provided to connect -- cgit v1.2.3