summaryrefslogtreecommitdiff
path: root/src/core/cs_sendpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_sendpass.c')
-rw-r--r--src/core/cs_sendpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_sendpass.c b/src/core/cs_sendpass.c
index 4ea1da3be..b00607ce8 100644
--- a/src/core/cs_sendpass.c
+++ b/src/core/cs_sendpass.c
@@ -91,7 +91,7 @@ class CSSendPass : public Module
this->SetVersion("$Id$");
this->SetType(CORE);
- this->AddCommand(CHANSERV, new CommandCSSendPass(), MOD_UNIQUE);
+ this->AddCommand(CHANSERV, new CommandCSSendPass());
if (!UseMail)
throw ModuleException("sendpass may not be loaded if UseMail is loaded");