diff options
Diffstat (limited to 'src/core/cs_ban.c')
-rw-r--r-- | src/core/cs_ban.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_ban.c b/src/core/cs_ban.c index 5032680a7..212faee36 100644 --- a/src/core/cs_ban.c +++ b/src/core/cs_ban.c @@ -167,8 +167,8 @@ class CSBan : public Module this->SetAuthor("Anope"); this->SetVersion("$Id$"); this->SetType(CORE); - this->AddCommand(CHANSERV, new CommandCSBan(), MOD_UNIQUE); - this->AddCommand(CHANSERV, new CommandCSUnban(), MOD_UNIQUE); + this->AddCommand(CHANSERV, new CommandCSBan()); + this->AddCommand(CHANSERV, new CommandCSUnban()); } void ChanServHelp(User *u) { |