From 40dc59986b3991d3db3cb3a761aa9aa7bab69737 Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 13 Sep 2009 20:32:11 +0000 Subject: Forgotten Extensible::Register invocations git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11705 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_sasl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_sasl.cpp') diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp index 069fbdec8..6c439bc86 100644 --- a/src/modules/m_sasl.cpp +++ b/src/modules/m_sasl.cpp @@ -232,6 +232,7 @@ class ModuleSASL : public Module ServerInstance->AddCommand(&auth); ServerInstance->AddCommand(&sasl); + Extensible::Register(&authExt); if (!ServerInstance->Modules->Find("m_services_account.so") || !ServerInstance->Modules->Find("m_cap.so")) ServerInstance->Logs->Log("m_sasl", DEFAULT, "WARNING: m_services_account.so and m_cap.so are not loaded! m_sasl.so will NOT function correctly until these two modules are loaded!"); } -- cgit v1.2.3