diff options
Diffstat (limited to 'modules/core/cs_unban.cpp')
-rw-r--r-- | modules/core/cs_unban.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/cs_unban.cpp b/modules/core/cs_unban.cpp index be567db9a..8cdb0f2fd 100644 --- a/modules/core/cs_unban.cpp +++ b/modules/core/cs_unban.cpp @@ -82,10 +82,9 @@ class CSUnban : public Module CommandCSUnban commandcsunban; public: - CSUnban(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + CSUnban(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); this->AddCommand(chanserv->Bot(), &commandcsunban); } |