aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sasl.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2017-08-27 13:25:29 +0100
committerGravatar Peter Powell2017-08-27 13:25:29 +0100
commita3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7 (patch)
tree149e712c1b2d0324115a8f970607266824ea3366 /src/modules/m_sasl.cpp
parentUpdate a bunch of references to the old command modules. (diff)
downloadinspircd++-a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7.tar.gz
inspircd++-a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7.tar.bz2
inspircd++-a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7.zip
Remove module file extensions from user-visible messages.
Diffstat (limited to 'src/modules/m_sasl.cpp')
-rw-r--r--src/modules/m_sasl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp
index 6ad9d77b7..a2a721c2a 100644
--- a/src/modules/m_sasl.cpp
+++ b/src/modules/m_sasl.cpp
@@ -426,7 +426,7 @@ class ModuleSASL : public Module
void init() CXX11_OVERRIDE
{
if (!ServerInstance->Modules->Find("m_services_account.so") || !ServerInstance->Modules->Find("m_cap.so"))
- ServerInstance->Logs->Log(MODNAME, LOG_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!");
+ ServerInstance->Logs->Log(MODNAME, LOG_DEFAULT, "WARNING: m_services_account and m_cap are not loaded! m_sasl will NOT function correctly until these two modules are loaded!");
}
void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE