summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-27 12:55:32 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-27 12:55:32 +0100
commitcf27363f56e2ba4cf91d2bcfde3b1017237068eb (patch)
tree06475f6e21933be1b05618a7b1c32a005c1d15e6 /config.c
parent0b1417faa0820847d4674d496dfeb069787c3ab2 (diff)
Explain how to auto-join keyworded/passworded channels in the configuration file.
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.c b/config.c
index 798ad82..34462d3 100644
--- a/config.c
+++ b/config.c
@@ -176,7 +176,8 @@ int createconfigfile(char *filename) {
"realname = \"Mr Bla Bouncer\"\n"
"\n"
"# Channels to automatically join (comma-separated list, defaults to none)\n"
- "#channels = \"#blabouncer,#test\"\n"
+ "# Put channel keywords/passwords after channel names following a space.\n"
+ "#channels = \"#blabouncer keyword,#test\"\n"
"\n"
"# How many seconds of replay log should be sent to connecting clients\n"
"replayseconds = \"600\"\n"