diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 3 |
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) */ |