summaryrefslogtreecommitdiff
path: root/modules/commands/os_kick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_kick.cpp')
-rw-r--r--modules/commands/os_kick.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/os_kick.cpp b/modules/commands/os_kick.cpp
index 37866af74..d9ac75c9a 100644
--- a/modules/commands/os_kick.cpp
+++ b/modules/commands/os_kick.cpp
@@ -70,10 +70,9 @@ class OSKick : public Module
CommandOSKick commandoskick;
public:
- OSKick(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ OSKick(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandoskick(this)
{
- this->SetAuthor("Anope");
}
};