summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-19 15:59:08 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-19 15:59:08 +0100
commit4b17824d5d2859a6410a28c18ef0c97ddd708d07 (patch)
tree2e42b9702cd9050f13e1f0eecfa6d758d34b77f2 /blabouncer.conf
parentfa964744e02997d81083f1bab5194086754c2b6f (diff)
Add support for automatically JOINing channels specified in the configuration file.
Diffstat (limited to 'blabouncer.conf')
-rw-r--r--blabouncer.conf3
1 files changed, 3 insertions, 0 deletions
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"