summaryrefslogtreecommitdiff
path: root/src/modules/m_services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_services.cpp')
-rw-r--r--src/modules/m_services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_services.cpp b/src/modules/m_services.cpp
index 2be2328a7..92be81f9d 100644
--- a/src/modules/m_services.cpp
+++ b/src/modules/m_services.cpp
@@ -122,7 +122,7 @@ class ModuleServices : public Module
if (!ServerInstance->Modes->AddMode(m1) || !ServerInstance->Modes->AddMode(m2) || !ServerInstance->Modes->AddMode(m3)
|| !ServerInstance->Modes->AddMode(m4) || !ServerInstance->Modes->AddMode(m5))
{
- throw ModuleException("Could not add user and channel modes!");
+ throw ModuleException("You cannot load m_services.so and m_services_account.so at the same time (or some other module has claimed our modes)!");
}
kludgeme = false;