diff options
author | Sadie Powell <sadie@witchery.services> | 2024-09-17 12:32:33 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-09-17 12:32:33 +0100 |
commit | 2ae733bcd15e841fc348b3d78a368f6c684fafb1 (patch) | |
tree | 8133b0e351f80b2914c00fd5ac092e48a8815375 /src | |
parent | 101c68f786fdbdc308a95c65cea19458a5e15850 (diff) | |
parent | cc37e6d69a6e473814793c0badf14e4f19a23c4f (diff) |
Merge branch '2.0' into 2.1.
Diffstat (limited to 'src')
-rw-r--r-- | src/config.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp index 18dea1b6a..ebf142c04 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -179,7 +179,6 @@ Conf::Conf() : Block("") ValidateNotEmpty("serverinfo", "motd", serverinfo->Get<const Anope::string>("motd")); ValidateNotZero("options", "readtimeout", options->Get<time_t>("readtimeout")); - ValidateNotZero("options", "warningtimeout", options->Get<time_t>("warningtimeout")); ValidateNotZero("networkinfo", "nicklen", networkinfo->Get<unsigned>("nicklen", "1")); ValidateNotZero("networkinfo", "userlen", networkinfo->Get<unsigned>("userlen", "1")); |