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