diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |