summaryrefslogtreecommitdiff
path: root/src/core/ms_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_help.c')
-rw-r--r--src/core/ms_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_help.c b/src/core/ms_help.c
index b79b7f622..e91269553 100644
--- a/src/core/ms_help.c
+++ b/src/core/ms_help.c
@@ -45,7 +45,7 @@ class MSHelp : public Module
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetType(CORE);
- this->AddCommand(MEMOSERV, new CommandMSHelp(), MOD_UNIQUE);
+ this->AddCommand(MEMOSERV, new CommandMSHelp());
}
};