From f025d1b495cee3aadb6b7b45652d1cab3b7b7b6d Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 25 Aug 2011 16:21:21 -0400 Subject: Made service_reference type safe --- modules/commands/hs_request.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 75bb7994d..3d330bc2a 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -306,10 +306,6 @@ class HSRequest : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandhsrequest); - ModuleManager::RegisterService(&commandhsactive); - ModuleManager::RegisterService(&commandhsreject); - ModuleManager::RegisterService(&commandhswaiting); Implementation i[] = { I_OnDelNick, I_OnDatabaseRead, I_OnDatabaseWrite, I_OnReload }; ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation)); -- cgit