diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-19 19:01:17 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-19 19:01:17 +0100 |
commit | 78757c241d6e32575f54748d8346c3e71822317a (patch) | |
tree | 49b41fce73face00052433046f5488be86b378e3 /config.c | |
parent | 179762e8fdf9335909a274e5754767831e3f6288 (diff) |
Add missing auto channels configuration option to auto generated configuration file.
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |