diff options
Diffstat (limited to 'src/core/cs_getkey.c')
-rw-r--r-- | src/core/cs_getkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_getkey.c b/src/core/cs_getkey.c index 7fa654858..ddbad80e8 100644 --- a/src/core/cs_getkey.c +++ b/src/core/cs_getkey.c @@ -66,7 +66,7 @@ class CSGetKey : public Module this->SetAuthor("Anope"); this->SetVersion("$Id$"); this->SetType(CORE); - this->AddCommand(CHANSERV, new CommandCSGetKey(), MOD_UNIQUE); + this->AddCommand(CHANSERV, new CommandCSGetKey()); } void ChanServHelp(User *u) { |