diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 17:25:01 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 17:25:01 +0100 |
commit | 3b836818fe3626798924a56f1660ab5423998094 (patch) | |
tree | 3fe8a232fb6539ba881962d1e38a9e858fd654af /replay.h | |
parent | 6ae84b9245bfaa832f847a31952b2ae33daf2299 (diff) |
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.
Diffstat (limited to 'replay.h')
-rw-r--r-- | replay.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'. |