summaryrefslogtreecommitdiff
path: root/modules/core/bs_assign.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/bs_assign.cpp')
-rw-r--r--modules/core/bs_assign.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/bs_assign.cpp b/modules/core/bs_assign.cpp
index 5be9e6bf3..f1e2e4f69 100644
--- a/modules/core/bs_assign.cpp
+++ b/modules/core/bs_assign.cpp
@@ -89,10 +89,9 @@ class BSAssign : public Module
CommandBSAssign commandbsassign;
public:
- BSAssign(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ BSAssign(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!");