diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-18 22:50:18 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-18 22:50:18 +0100 |
commit | 7764645c80ed542095b97eaa119d2df6340b0330 (patch) | |
tree | a6b9de19b51d67449d49edd760e8e7db1d734b9a /blabouncer.conf | |
parent | c47b5a1531fe0e2a3b00c4a5ec80a4dc4cbe2428 (diff) |
Handle nick in use or invalid nick, add multiple nicks to configuration file to automatically try.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r-- | blabouncer.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 |