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/commands/cmd_whowas.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/commands') diff --git a/src/commands/cmd_whowas.cpp b/src/commands/cmd_whowas.cpp index c7cb8efb4..fa3b738ba 100644 --- a/src/commands/cmd_whowas.cpp +++ b/src/commands/cmd_whowas.cpp @@ -318,6 +318,10 @@ class ModuleWhoWas : public Module CommandWhowas cmd; public: ModuleWhoWas() : cmd(this) + { + } + + void init() { ServerInstance->AddCommand(&cmd); } -- cgit v1.2.3