diff options
Diffstat (limited to 'src/core/cs_access.c')
-rw-r--r-- | src/core/cs_access.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_access.c b/src/core/cs_access.c index 40014b558..88e7adc3e 100644 --- a/src/core/cs_access.c +++ b/src/core/cs_access.c @@ -490,8 +490,8 @@ class CSAccess : public Module this->SetVersion("$Id$"); this->SetType(CORE); - this->AddCommand(CHANSERV, new CommandCSAccess(), MOD_UNIQUE); - this->AddCommand(CHANSERV, new CommandCSLevels(), MOD_UNIQUE); + this->AddCommand(CHANSERV, new CommandCSAccess()); + this->AddCommand(CHANSERV, new CommandCSLevels()); } void ChanServHelp(User *u) { |