From ac7defcd3e52695dcf5e5150e9fe3e1624205e64 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 13 Oct 2012 03:12:29 +0200 Subject: Attach to events and register services in init() --- src/modules/m_globalload.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/m_globalload.cpp') diff --git a/src/modules/m_globalload.cpp b/src/modules/m_globalload.cpp index f10d7f465..5ece45081 100644 --- a/src/modules/m_globalload.cpp +++ b/src/modules/m_globalload.cpp @@ -177,6 +177,10 @@ class ModuleGlobalLoad : public Module public: ModuleGlobalLoad() : cmd1(this), cmd2(this), cmd3(this) + { + } + + void init() { ServerInstance->AddCommand(&cmd1); ServerInstance->AddCommand(&cmd2); -- cgit v1.2.3