diff options
author | Adam <Adam@anope.org> | 2016-10-09 22:03:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-09 22:03:15 -0400 |
commit | ab2e1947123a261a8793d6190999efdce1144c9d (patch) | |
tree | 06b5563d05a6805451db5f3a27971ee0e24309e2 /modules/extra/ldap_authentication.cpp | |
parent | bbd41545a032713f0ce2d3a11f082c99d00e48e0 (diff) |
Adjust reading nickserv core config opts
Diffstat (limited to 'modules/extra/ldap_authentication.cpp')
-rw-r--r-- | modules/extra/ldap_authentication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/ldap_authentication.cpp b/modules/extra/ldap_authentication.cpp index ef61b6940..8160eb6e2 100644 --- a/modules/extra/ldap_authentication.cpp +++ b/modules/extra/ldap_authentication.cpp @@ -243,7 +243,7 @@ class ModuleLDAPAuthentication : public Module if (!email_attribute.empty()) /* Don't complain to users about how they need to update their email, we will do it for them */ - config->GetModule("nickserv")->Set("forceemail", "false"); + config->GetModule("nickserv/main")->Set("forceemail", "false"); } EventReturn OnPreCommand(CommandSource &source, Command *command, std::vector<Anope::string> ¶ms) override |