diff options
Diffstat (limited to 'modules/commands/os_jupe.cpp')
-rw-r--r-- | modules/commands/os_jupe.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/os_jupe.cpp b/modules/commands/os_jupe.cpp index fbe5bac12..4f40a5495 100644 --- a/modules/commands/os_jupe.cpp +++ b/modules/commands/os_jupe.cpp @@ -66,10 +66,9 @@ class OSJupe : public Module CommandOSJupe commandosjupe; public: - OSJupe(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + OSJupe(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandosjupe(this) { - this->SetAuthor("Anope"); } }; |