summaryrefslogtreecommitdiff
path: root/modules/commands/ms_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_set.cpp')
-rw-r--r--modules/commands/ms_set.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/ms_set.cpp b/modules/commands/ms_set.cpp
index f2fc15c09..b0a2fb8ba 100644
--- a/modules/commands/ms_set.cpp
+++ b/modules/commands/ms_set.cpp
@@ -299,10 +299,9 @@ class MSSet : public Module
CommandMSSet commandmsset;
public:
- MSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ MSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandmsset(this)
{
- this->SetAuthor("Anope");
}
};