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 18e2178..cea404c 100644
--- a/config.c
+++ b/config.c
@@ -185,6 +185,9 @@ int createconfigfile(char *filename) {
"# How many seconds of replay log should be sent to connecting clients if replaymode = \"time\"\n"
"replayseconds = \"600\"\n"
"\n"
+ "# Should replay log timestamps include the date when replaying? (\"1\" for yes or \"0\" for no)\n"
+ "replaydates = \"0\"\n"
+ "\n"
"# Connect password clients must provided to connect\n"
"password = \"bananas\"\n"
"\n"