mirror of
https://github.com/anope/anope.git
synced 2026-07-03 08:53:12 +02:00
moved some config options from example.conf to nickserv.example.conf
This commit is contained in:
@@ -208,7 +208,7 @@ class NSRecover : public Module
|
||||
commandnsrecover(this), recover(this, "recover")
|
||||
{
|
||||
|
||||
if (Config->GetBlock("options")->Get<bool>("nonicknameownership"))
|
||||
if (Config->GetModule("nickserv")->Get<bool>("nonicknameownership"))
|
||||
throw ModuleException(modname + " can not be used with options:nonicknameownership enabled");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user