summaryrefslogtreecommitdiff
path: root/blabouncer.conf.example
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-06-17 01:46:28 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-06-17 01:46:28 +0100
commitc70cd5cccc966a35f175913f2281ce251fd62425 (patch)
treecd95e1bbb28ad4df94db87b9e3080cb05d00645b /blabouncer.conf.example
parentfa37193c83f82784e826b8477ee7d4a4cd96d7cf (diff)
Implement a per-client identifier so auto replay can replay everything a given client has missed.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r--blabouncer.conf.example1
1 files changed, 1 insertions, 0 deletions
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"