From 4b17824d5d2859a6410a28c18ef0c97ddd708d07 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 19 May 2019 15:59:08 +0100 Subject: Add support for automatically JOINing channels specified in the configuration file. --- blabouncer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'blabouncer.conf') diff --git a/blabouncer.conf b/blabouncer.conf index 7297f9b..fbbf3ce 100644 --- a/blabouncer.conf +++ b/blabouncer.conf @@ -10,6 +10,9 @@ nick3 = "bbounce3" username = "bounceusr" realname = "Mr Bla Bouncer" +# Channels to automatically join (comma-separated list) +#channels = "#blabouncer,#test" + # How many seconds of replay log should be sent to connecting clients replayseconds = "7200" -- cgit v1.2.3