From 1736775c766cddf9e1dc436aff6060bd8553c8c3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 16 Oct 2022 23:24:44 +0100 Subject: Rename the services_account module to account. --- src/modules/m_sasl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_sasl.cpp') diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp index 73dd21c2a..159d960ed 100644 --- a/src/modules/m_sasl.cpp +++ b/src/modules/m_sasl.cpp @@ -424,8 +424,8 @@ public: void init() override { - if (!ServerInstance->Modules.Find("services_account") || !ServerInstance->Modules.Find("cap")) - ServerInstance->Logs.Normal(MODNAME, "WARNING: m_services_account and m_cap are not loaded! m_sasl will NOT function correctly until these two modules are loaded!"); + if (!ServerInstance->Modules.Find("account") || !ServerInstance->Modules.Find("cap")) + ServerInstance->Logs.Normal(MODNAME, "WARNING: the cap and services modules are not loaded! The sasl module will NOT function correctly until these two modules are loaded!"); } void ReadConfig(ConfigStatus& status) override -- cgit v1.3.1-10-gc9f91