From 78757c241d6e32575f54748d8346c3e71822317a Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sun, 19 May 2019 19:01:17 +0100 Subject: Add missing auto channels configuration option to auto generated configuration file. --- config.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.c b/config.c index 1473a1e..5ef6ffc 100644 --- a/config.c +++ b/config.c @@ -170,6 +170,9 @@ int createconfigfile(char *filename) { "username = \"bounceusr\"\n" "realname = \"Mr Bla Bouncer\"\n" "\n" + "# Channels to automatically join (comma-separated list)\n" + "#channels = \"#blabouncer,#test\"\n" + "\n" "# How many seconds of replay log should be sent to connecting clients\n" "replayseconds = \"7200\"\n" "\n" -- cgit v1.2.3