]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Add an option for changing the allowed server clock drift.
[user/henk/code/inspircd.git] / include / configreader.h
index 1db64ae5a6af7890a7512ed76167e9a3892ba458..4360b8661c7634d8de71ecc5373a71347ac2f1c9 100644 (file)
@@ -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)
         */