diff options
Diffstat (limited to 'src/modules/m_sasl.cpp')
| -rw-r--r-- | src/modules/m_sasl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sasl.cpp b/src/modules/m_sasl.cpp index 7aefb000c..eed0e73c0 100644 --- a/src/modules/m_sasl.cpp +++ b/src/modules/m_sasl.cpp @@ -430,7 +430,7 @@ class ModuleSASL final const std::string target = tag->getString("target"); if (target.empty()) - throw ModuleException("<sasl:target> must be set to the name of your services server!"); + throw ModuleException(this, "<sasl:target> must be set to the name of your services server!"); cap.requiressl = tag->getBool("requiressl"); sasl_target = target; |
