mirror of
https://github.com/anope/anope.git
synced 2026-06-21 05:06:37 +02:00
moved some config options from example.conf to nickserv.example.conf
This commit is contained in:
@@ -27,7 +27,7 @@ class DBMySQL : public Module, public Pipe
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Anope::CurTime - Config->GetBlock("options")->Get<time_t>("updatetimeout") > lastwarn)
|
||||
if (Anope::CurTime - Config->GetBlock("options")->Get<time_t>("updatetimeout", "5m") > lastwarn)
|
||||
{
|
||||
Log() << "Unable to locate SQL reference, going to readonly...";
|
||||
Anope::ReadOnly = this->ro = true;
|
||||
|
||||
Reference in New Issue
Block a user