summaryrefslogtreecommitdiff
path: root/src/core/cs_topic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_topic.c')
-rw-r--r--src/core/cs_topic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_topic.c b/src/core/cs_topic.c
index 844ba12fd..c00c77fbd 100644
--- a/src/core/cs_topic.c
+++ b/src/core/cs_topic.c
@@ -89,7 +89,7 @@ class CSTopic : public Module
this->SetVersion("$Id$");
this->SetType(CORE);
- this->AddCommand(CHANSERV, new CommandCSTopic(), MOD_UNIQUE);
+ this->AddCommand(CHANSERV, new CommandCSTopic());
}
void ChanServHelp(User *u)
{