summaryrefslogtreecommitdiff
path: root/src/core/cs_getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_getpass.c')
-rw-r--r--src/core/cs_getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_getpass.c b/src/core/cs_getpass.c
index cc1dfb89f..e492d0007 100644
--- a/src/core/cs_getpass.c
+++ b/src/core/cs_getpass.c
@@ -66,7 +66,7 @@ class CSGetPass : public Module
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetType(CORE);
- this->AddCommand(CHANSERV, new CommandCSGetPass(), MOD_UNIQUE);
+ this->AddCommand(CHANSERV, new CommandCSGetPass());
char tmp_pass[PASSMAX];
if (!enc_decrypt("tmp", tmp_pass, PASSMAX - 1))