diff options
| author | 2018-12-04 19:04:09 +0000 | |
|---|---|---|
| committer | 2018-12-04 19:04:09 +0000 | |
| commit | a4c1b1f4fcfd9cd967bf326afbbada3d91f9da34 (patch) | |
| tree | a6bd890d53163c6d02b122198e06e2d35d319d43 /include/configreader.h | |
| parent | Fix detecting secure clients connecting through HAProxy/WEBIRC. (diff) | |
Add an option for changing the allowed server clock drift.
Diffstat (limited to 'include/configreader.h')
| -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) */ |
