From 623ba6ae49f8e1e0958f921fa178af8a95797c1c Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Wed, 12 Jun 2013 21:22:37 +0200 Subject: Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to route KILLs --- src/modules.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 7f3695ade..8bd44ff68 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -125,7 +125,6 @@ ModResult Module::OnPassCompare(Extensible* ex, const std::string &password, con void Module::OnGlobalOper(User*) { } void Module::OnPostConnect(User*) { } void Module::OnUserMessage(User*, void*, int, const std::string&, char, const CUList&, MessageType) { } -void Module::OnRemoteKill(User*, User*, const std::string&, const std::string&) { } void Module::OnUserInvite(User*, User*, Channel*, time_t) { } void Module::OnPostTopicChange(User*, Channel*, const std::string&) { } void Module::OnGetServerDescription(const std::string&, std::string&) { } -- cgit v1.3.1-10-gc9f91