summaryrefslogtreecommitdiff
path: root/modules/commands/cs_topic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_topic.cpp')
-rw-r--r--modules/commands/cs_topic.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp
index c98c5c958..64e710017 100644
--- a/modules/commands/cs_topic.cpp
+++ b/modules/commands/cs_topic.cpp
@@ -122,10 +122,9 @@ class CSTopic : public Module
CommandCSTopic commandcstopic;
public:
- CSTopic(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ CSTopic(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandcstopic(this)
{
- this->SetAuthor("Anope");
}
};