From 7764645c80ed542095b97eaa119d2df6340b0330 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 18 May 2019 22:50:18 +0100 Subject: Handle nick in use or invalid nick, add multiple nicks to configuration file to automatically try. --- blabouncer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'blabouncer.conf') diff --git a/blabouncer.conf b/blabouncer.conf index b834c8e..7297f9b 100644 --- a/blabouncer.conf +++ b/blabouncer.conf @@ -5,7 +5,9 @@ # realname = "Mr Bla Bouncer" nick = "blabounce" -username = "blabounce" +nick2 = "bbounce2" +nick3 = "bbounce3" +username = "bounceusr" realname = "Mr Bla Bouncer" # How many seconds of replay log should be sent to connecting clients -- cgit v1.2.3