From 1a800f7b3db23cdef7e167cd25c0f3b2a64a8e46 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 9 Apr 2020 18:57:50 +0100 Subject: Improve storage of module description, flags, and link data. --- src/modules/m_globalload.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/modules/m_globalload.cpp') diff --git a/src/modules/m_globalload.cpp b/src/modules/m_globalload.cpp index 0bb1c8973..1bc5a8969 100644 --- a/src/modules/m_globalload.cpp +++ b/src/modules/m_globalload.cpp @@ -159,20 +159,19 @@ class CommandGreloadmodule : public Command class ModuleGlobalLoad : public Module { + private: CommandGloadmodule cmd1; CommandGunloadmodule cmd2; CommandGreloadmodule cmd3; public: ModuleGlobalLoad() - : cmd1(this), cmd2(this), cmd3(this) + : Module(VF_VENDOR | VF_COMMON, "Allows global loading of a module") + , cmd1(this) + , cmd2(this) + , cmd3(this) { } - - Version GetVersion() override - { - return Version("Allows global loading of a module", VF_COMMON | VF_VENDOR); - } }; MODULE_INIT(ModuleGlobalLoad) -- cgit v1.3.1-10-gc9f91