diff options
Diffstat (limited to 'modules/core/cs_status.cpp')
-rw-r--r-- | modules/core/cs_status.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/cs_status.cpp b/modules/core/cs_status.cpp index 0ff2db90a..f9107fc8e 100644 --- a/modules/core/cs_status.cpp +++ b/modules/core/cs_status.cpp @@ -62,10 +62,9 @@ class CSStatus : public Module CommandCSStatus commandcsstatus; public: - CSStatus(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + CSStatus(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); this->AddCommand(chanserv->Bot(), &commandcsstatus); } |