From 61906329ccbe96c25c75533f819dea269492f5a7 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 16 Jun 2019 23:16:18 +0100 Subject: Implement two new auto replay modes: - replaymode = "noclients": All messages since the bouncer last had no clients connected - replaymode = "lastchange": All messages since the last client connect or disconnect --- blabouncer.conf.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blabouncer.conf.example') diff --git a/blabouncer.conf.example b/blabouncer.conf.example index ebb2f23..1537805 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -24,6 +24,8 @@ realname = "Mr Bla Bouncer" # "none" = Don't auto replay # "time" = Always send the last "replayseconds" worth of logs # "lastspoke" = All messages since your current nick last spoke +# "noclients" = All messages since you last had no clients connected +# "lastchange" = All messages since your last client connection/disconnection replaymode = "time" # How many seconds of replay log should be sent to connecting clients if replaymode = "time" -- cgit v1.2.3