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_remove.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/modules/m_remove.cpp') diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index 8b5ae1f1b..1ba51a0eb 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -197,6 +197,10 @@ class ModuleRemove : public Module public: ModuleRemove() : cmd1(this, supportnokicks), cmd2(this, supportnokicks) + { + } + + void init() { ServerInstance->AddCommand(&cmd1); ServerInstance->AddCommand(&cmd2); @@ -205,7 +209,6 @@ class ModuleRemove : public Module ServerInstance->Modules->Attach(eventlist, this, 2); } - virtual void On005Numeric(std::string &output) { output.append(" REMOVE"); -- cgit v1.3.1-10-gc9f91