1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 22:03:14 +02:00

Fix a few more modules to look in the right places for certain settings.

This commit is contained in:
Robby-
2013-09-23 19:26:23 +02:00
committed by Adam
parent 06c5914820
commit 832bc35135
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ class CommandNSGroup : public Command
return;
}
if (Config->GetBlock("nickserv")->Get<bool>("restrictopernicks"))
if (Config->GetModule("nickserv")->Get<bool>("restrictopernicks"))
for (unsigned i = 0; i < Config->Opers.size(); ++i)
{
Oper *o = Config->Opers[i];