summaryrefslogtreecommitdiff
path: root/modules/commands/os_noop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_noop.cpp')
-rw-r--r--modules/commands/os_noop.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/os_noop.cpp b/modules/commands/os_noop.cpp
index 082294f22..1d619dbb6 100644
--- a/modules/commands/os_noop.cpp
+++ b/modules/commands/os_noop.cpp
@@ -80,10 +80,9 @@ class OSNOOP : public Module
CommandOSNOOP commandosnoop;
public:
- OSNOOP(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ OSNOOP(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandosnoop(this)
{
- this->SetAuthor("Anope");
ModuleManager::Attach(I_OnUserModeSet, this);
}