summaryrefslogtreecommitdiff
path: root/modules/pseudoclients/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pseudoclients/global.cpp')
-rw-r--r--modules/pseudoclients/global.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/pseudoclients/global.cpp b/modules/pseudoclients/global.cpp
index 62a3d1609..02b199afa 100644
--- a/modules/pseudoclients/global.cpp
+++ b/modules/pseudoclients/global.cpp
@@ -48,10 +48,9 @@ class GlobalCore : public Module
MyGlobalService myglobalservice;
public:
- GlobalCore(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
+ GlobalCore(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, PSEUDOCLIENT | VENDOR),
myglobalservice(this)
{
- this->SetAuthor("Anope");
Global = BotInfo::Find(Config->Global);
if (!Global)