From cfbbcf32164c6011c80d2a3eed78f1db48c9903b Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 9 Oct 2016 22:03:55 -0400 Subject: Adjust reading memoserv core config opts --- modules/hostserv/request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hostserv/request.cpp') diff --git a/modules/hostserv/request.cpp b/modules/hostserv/request.cpp index 2e9ccd41b..3cc2b1aa9 100644 --- a/modules/hostserv/request.cpp +++ b/modules/hostserv/request.cpp @@ -204,7 +204,7 @@ class CommandHSRequest : public Command return; } - time_t send_delay = Config->GetModule("memoserv")->Get("senddelay"); + time_t send_delay = Config->GetModule("memoserv/main")->Get("senddelay"); if (Config->GetModule(this->GetOwner())->Get("memooper") && send_delay > 0 && u && u->lastmemosend + send_delay > Anope::CurTime) { source.Reply(_("Please wait %d seconds before requesting a new vHost."), send_delay); -- cgit