From cc37e6d69a6e473814793c0badf14e4f19a23c4f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 17 Sep 2024 12:25:15 +0100 Subject: 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. --- src/config.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/config.cpp') 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("motd")); ValidateNotZero("options", "readtimeout", options->Get("readtimeout")); - ValidateNotZero("options", "warningtimeout", options->Get("warningtimeout")); ValidateNotZero("networkinfo", "nicklen", networkinfo->Get("nicklen")); ValidateNotZero("networkinfo", "userlen", networkinfo->Get("userlen")); -- cgit