From a299b62e913df71bdd1c4b41d61d3fb098f12be7 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 16 May 2019 00:15:47 +0100 Subject: Implement normal logging (file per channel/user). --- replay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'replay.c') diff --git a/replay.c b/replay.c index 1563c17..3c2c920 100644 --- a/replay.c +++ b/replay.c @@ -228,7 +228,7 @@ int readreplayline(int seconds, int linenum, char *str) { // Write the line 'str' to the replay log file after prepending it with // the current unixtime timestamp. // Expects a string in the format: -// :foo!bar@baz PRIVMSG foo :[17:41:41] hello world +// :from!bar@baz PRIVMSG to :hello world // With the ":foo!bar@baz "prefix being important. // Returns 1 on success or 0 on failure. int writereplayline(char *str) { -- cgit v1.2.3