diff options
Diffstat (limited to 'modules/commands/ms_staff.cpp')
-rw-r--r-- | modules/commands/ms_staff.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/ms_staff.cpp b/modules/commands/ms_staff.cpp index 6a1263fa7..f9d5e81e5 100644 --- a/modules/commands/ms_staff.cpp +++ b/modules/commands/ms_staff.cpp @@ -64,10 +64,9 @@ class MSStaff : public Module CommandMSStaff commandmsstaff; public: - MSStaff(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + MSStaff(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandmsstaff(this) { - this->SetAuthor("Anope"); if (!MemoServService) throw ModuleException("No MemoServ!"); |