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/os_chankill.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/os_chankill.cpp') diff --git a/modules/commands/os_chankill.cpp b/modules/commands/os_chankill.cpp index 9ce895c59..9e6d29dbd 100644 --- a/modules/commands/os_chankill.cpp +++ b/modules/commands/os_chankill.cpp @@ -113,7 +113,6 @@ class OSChanKill : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandoschankill); } }; -- cgit