From 3b836818fe3626798924a56f1660ab5423998094 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 7 Sep 2019 17:25:01 +0100 Subject: Avoid more replay log NICK synchronisation issues by ignoring replay log nick changes from us if not our current nick, and by completely ignoring replaying any type of replay log line from before blabouncer was launched. --- replay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'replay.h') diff --git a/replay.h b/replay.h index c3f23f9..039c131 100644 --- a/replay.h +++ b/replay.h @@ -40,7 +40,7 @@ int replaylines(int seconds, char *basedir); -int readreplayline(int seconds, int linenum, char *str, char *basedir, int replaydates); +int readreplayline(int seconds, int linenum, char *str, struct settings *settings, struct ircdstate *ircdstate); // Returns the number of seconds ago that 'nick' last spoke, or -1 if there is a problem. // 'basedir' is the directory in which to find 'replay.log'. -- cgit v1.2.3