diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-06-12 21:22:37 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-06-12 21:22:37 +0200 |
commit | 623ba6ae49f8e1e0958f921fa178af8a95797c1c (patch) | |
tree | fd746ff8dfc3c89e9b051b4cffdde1a5baff85ea /src/modules.cpp | |
parent | 56d4680b8cf9621d7ef3e6635dc9ba4707963c8e (diff) |
Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to route KILLs
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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&) { } |