From 511e258e901e5248e1706609ba1099507fd750ae Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 11 Jun 2019 22:54:50 +0100 Subject: Implement configurable auto replay modes. So far there is "none", "time" (auto replay the last X seconds), and "lastspoke" (auto replay everything since you last spoke). --- structures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'structures.h') diff --git a/structures.h b/structures.h index ac68ba9..9246fa4 100644 --- a/structures.h +++ b/structures.h @@ -52,6 +52,7 @@ struct ircdstate { // Structure of settings either to be read from the configuration file or set/changed at runtime struct settings { + char replaymode[MAXDATASIZE]; int replayseconds; char clientport[MAXPORTLEN]; char ircnick[MAXNICKLENGTH]; // In both settings and ircdstate as settings is from our file whereas server may change ircdstate copy -- cgit v1.2.3