summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-06-17 01:46:28 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-06-17 01:46:28 +0100
commitc70cd5cccc966a35f175913f2281ce251fd62425 (patch)
treecd95e1bbb28ad4df94db87b9e3080cb05d00645b /config.c
parentfa37193c83f82784e826b8477ee7d4a4cd96d7cf (diff)
Implement a per-client identifier so auto replay can replay everything a given client has missed.
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 6246789..7f08e52 100644
--- a/config.c
+++ b/config.c
@@ -180,6 +180,7 @@ int createconfigfile(char *filename) {
"# \"lastspoke\" = All messages since your current nick last spoke\n"
"# \"noclients\" = All messages since you last had no clients connected\n"
"# \"lastchange\" = All messages since your last client connection/disconnection\n"
+ "# \"perclient\" = All messages since the current client last disconnected (see README)\n"
"replaymode = \"time\"\n"
"\n"
"# How many seconds of replay log should be sent to connecting clients if replaymode = \"time\"\n"