From c70cd5cccc966a35f175913f2281ce251fd62425 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 17 Jun 2019 01:46:28 +0100 Subject: Implement a per-client identifier so auto replay can replay everything a given client has missed. --- blabouncer.conf.example | 1 + 1 file changed, 1 insertion(+) (limited to 'blabouncer.conf.example') diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 1537805..76df607 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -26,6 +26,7 @@ realname = "Mr Bla Bouncer" # "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 +# "perclient" = All messages since the current client last disconnected (see README) replaymode = "time" # How many seconds of replay log should be sent to connecting clients if replaymode = "time" -- cgit v1.2.3