summaryrefslogtreecommitdiff
path: root/modules/commands/os_oline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_oline.cpp')
-rw-r--r--modules/commands/os_oline.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/os_oline.cpp b/modules/commands/os_oline.cpp
index ba6d3f54c..e8f7cee9d 100644
--- a/modules/commands/os_oline.cpp
+++ b/modules/commands/os_oline.cpp
@@ -67,10 +67,9 @@ class OSOLine : public Module
CommandOSOLine commandosoline;
public:
- OSOLine(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ OSOLine(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandosoline(this)
{
- this->SetAuthor("Anope");
if (!IRCD || !IRCD->CanSVSO)
throw ModuleException("Your IRCd does not support OMODE.");