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