diff options
Diffstat (limited to 'src/core/cs_clear.c')
-rw-r--r-- | src/core/cs_clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_clear.c b/src/core/cs_clear.c index 076a5cd34..74a471788 100644 --- a/src/core/cs_clear.c +++ b/src/core/cs_clear.c @@ -346,7 +346,7 @@ class CSClear : public Module this->SetAuthor("Anope"); this->SetVersion("$Id$"); this->SetType(CORE); - this->AddCommand(CHANSERV, new CommandCSClear(), MOD_UNIQUE); + this->AddCommand(CHANSERV, new CommandCSClear()); } void ChanServHelp(User *u) { |