diff options
Diffstat (limited to 'modules/extra/m_ldap_authentication.cpp')
-rw-r--r-- | modules/extra/m_ldap_authentication.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/extra/m_ldap_authentication.cpp b/modules/extra/m_ldap_authentication.cpp index 115faa73e..01bafac45 100644 --- a/modules/extra/m_ldap_authentication.cpp +++ b/modules/extra/m_ldap_authentication.cpp @@ -220,7 +220,10 @@ class NSIdentifyLDAP : public Module { me = this; + } + void Prioritize() anope_override + { ModuleManager::SetPriority(this, PRIORITY_FIRST); } |