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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user