diff options
Diffstat (limited to 'modules/extra/m_ldap_authentication.cpp')
-rw-r--r-- | modules/extra/m_ldap_authentication.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/extra/m_ldap_authentication.cpp b/modules/extra/m_ldap_authentication.cpp index 11d825b18..f5b03a606 100644 --- a/modules/extra/m_ldap_authentication.cpp +++ b/modules/extra/m_ldap_authentication.cpp @@ -233,6 +233,14 @@ class NSIdentifyLDAP : public Module { me = this; +<<<<<<< HEAD +======= + } + + void Prioritize() anope_override + { + ModuleManager::SetPriority(this, PRIORITY_FIRST); +>>>>>>> 2.0 } void OnReload(Configuration::Conf *config) override |