diff options
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" |