diff options
Diffstat (limited to 'src/core/ms_set.c')
-rw-r--r-- | src/core/ms_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_set.c b/src/core/ms_set.c index a149bb26a..4882a162c 100644 --- a/src/core/ms_set.c +++ b/src/core/ms_set.c @@ -260,7 +260,7 @@ class MSSet : public Module this->SetVersion("$Id$"); this->SetType(CORE); - this->AddCommand(MEMOSERV, new CommandMSSet(), MOD_UNIQUE); + this->AddCommand(MEMOSERV, new CommandMSSet()); } void MemoServHelp(User *u) { |