summaryrefslogtreecommitdiff
path: root/src/core/cs_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_set.c')
-rw-r--r--src/core/cs_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_set.c b/src/core/cs_set.c
index 00d18a110..86021d77b 100644
--- a/src/core/cs_set.c
+++ b/src/core/cs_set.c
@@ -725,7 +725,7 @@ class CSSet : public Module
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetType(CORE);
- this->AddCommand(CHANSERV, new CommandCSSet(), MOD_UNIQUE);
+ this->AddCommand(CHANSERV, new CommandCSSet());
}
void ChanServHelp(User *u)
{