diff options
Diffstat (limited to 'src/core/os_help.c')
-rw-r--r-- | src/core/os_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_help.c b/src/core/os_help.c index 74bfb5d20..30fd51bca 100644 --- a/src/core/os_help.c +++ b/src/core/os_help.c @@ -44,7 +44,7 @@ class OSHelp : public Module this->SetAuthor("Anope"); this->SetVersion("$Id$"); this->SetType(CORE); - this->AddCommand(OPERSERV, new CommandOSHelp(), MOD_UNIQUE); + this->AddCommand(OPERSERV, new CommandOSHelp()); } }; |