diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -344,9 +344,12 @@ int createconfigfile(char *filename) { "username = \"bounceusr\"\n" "realname = \"Mr Bla Bouncer\"\n" "\n" - "# Channels to automatically join (comma-separated list, defaults to none)\n" - "# Put channel keywords/passwords after channel names following a space.\n" - "#channels = \"#blabouncer keyword,#test\"\n" + "# Channels to automatically join (defaults to none)\n" + "# Put channel keys/passwords after channel names (separated with a space)\n" + "channels = {\n" + " \"#blabouncer keyword\"\n" + " \"#test\"\n" + "}\n" "\n" "# Auto replay mode upon a bouncer client connecting\n" "# \"none\" = Don't auto replay\n" |