diff options
Diffstat (limited to 'src/core/ns_help.c')
-rw-r--r-- | src/core/ns_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_help.c b/src/core/ns_help.c index dc6db0814..81d6963d9 100644 --- a/src/core/ns_help.c +++ b/src/core/ns_help.c @@ -61,7 +61,7 @@ class NSHelp : public Module this->SetVersion("$Id$"); this->SetType(CORE); - this->AddCommand(NICKSERV, new CommandNSHelp(), MOD_UNIQUE); + this->AddCommand(NICKSERV, new CommandNSHelp()); } }; |