diff options
Diffstat (limited to 'modules/commands/cs_log.cpp')
-rw-r--r-- | modules/commands/cs_log.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/cs_log.cpp b/modules/commands/cs_log.cpp index 41d8229f6..569617ba5 100644 --- a/modules/commands/cs_log.cpp +++ b/modules/commands/cs_log.cpp @@ -185,10 +185,9 @@ class CSLog : public Module CommandCSLog commandcslog; public: - CSLog(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + CSLog(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), MSService("MemoServService", "MemoServ"), commandcslog(this) { - this->SetAuthor("Anope"); Implementation i[] = { I_OnLog }; ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation)); |