summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-12-04 19:04:09 +0000
committerPeter Powell <petpow@saberuk.com>2018-12-04 19:04:09 +0000
commita4c1b1f4fcfd9cd967bf326afbbada3d91f9da34 (patch)
treea6bd890d53163c6d02b122198e06e2d35d319d43 /include/configreader.h
parentec6955f28ba9423828ac24ef83caee09ffa6b52c (diff)
Add an option for changing the allowed server clock drift.
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 1db64ae5a..4360b8661 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -376,6 +376,9 @@ class CoreExport ServerConfig
*/
unsigned int MaxTargets;
+ /** The number of seconds that the server clock can skip by before server operators are warned. */
+ time_t TimeSkipWarn;
+
/** True if we're going to hide ban reasons for non-opers (e.g. G-Lines,
* K-Lines, Z-Lines)
*/