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/cs_entrymsg.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/cs_entrymsg.cpp') diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp index 71e0eea9c..05b97e027 100644 --- a/modules/commands/cs_entrymsg.cpp +++ b/modules/commands/cs_entrymsg.cpp @@ -168,7 +168,6 @@ class CSEntryMessage : public Module Implementation i[] = { I_OnJoinChannel, I_OnReload, I_OnDatabaseReadMetadata, I_OnDatabaseWriteMetadata }; ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation)); - ModuleManager::RegisterService(&commandentrymsg); this->OnReload(); } -- cgit