diff options
author | Sadie Powell <sadie@witchery.services> | 2024-09-17 12:25:15 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-09-17 12:27:13 +0100 |
commit | cc37e6d69a6e473814793c0badf14e4f19a23c4f (patch) | |
tree | 4e994e1aff321f065a6d7f78fe35dfc3a05caec0 /src | |
parent | 4b48fc98d3102cbf79d599bbb4d443cd41d7c89c (diff) |
Remove config option for options:warningtimeout.
This hasn't done anything since the early 1.9 releases I'm not sure
why it hasn't been removed already.
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 3783e1285..b34dd073a 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -174,7 +174,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")); ValidateNotZero("networkinfo", "userlen", networkinfo->Get<unsigned>("userlen")); |