summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
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"