1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 13:13:12 +02:00

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.
This commit is contained in:
Sadie Powell
2024-09-17 12:25:15 +01:00
parent 4b48fc98d3
commit cc37e6d69a
3 changed files with 0 additions and 13 deletions
-1
View File
@@ -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"));