diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-16 00:15:47 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-16 00:15:47 +0100 |
commit | a299b62e913df71bdd1c4b41d61d3fb098f12be7 (patch) | |
tree | 4e3061c884ef8636a94a773de30893bbff84cd52 /replay.c | |
parent | 0cebf7c6d557d0b76d069af908a2a47366033fde (diff) |
Implement normal logging (file per channel/user).
Diffstat (limited to 'replay.c')
-rw-r--r-- | replay.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |