diff options
Diffstat (limited to 'modules/core/bs_unassign.cpp')
-rw-r--r-- | modules/core/bs_unassign.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/bs_unassign.cpp b/modules/core/bs_unassign.cpp index 104eded56..6fe62d838 100644 --- a/modules/core/bs_unassign.cpp +++ b/modules/core/bs_unassign.cpp @@ -71,10 +71,9 @@ class BSUnassign : public Module CommandBSUnassign commandbsunassign; public: - BSUnassign(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + BSUnassign(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); if (!botserv) throw ModuleException("BotServ is not loaded!"); |