summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-19 19:01:17 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-19 19:01:17 +0100
commit78757c241d6e32575f54748d8346c3e71822317a (patch)
tree49b41fce73face00052433046f5488be86b378e3 /config.c
parent179762e8fdf9335909a274e5754767831e3f6288 (diff)
Add missing auto channels configuration option to auto generated configuration file.
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 3 insertions, 0 deletions
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"