aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_testnet.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-06-12 21:22:37 +0200
committerGravatar attilamolnar2013-06-12 21:22:37 +0200
commit623ba6ae49f8e1e0958f921fa178af8a95797c1c (patch)
treefd746ff8dfc3c89e9b051b4cffdde1a5baff85ea /src/modules/m_testnet.cpp
parentImplement GetRouting() in core commands that require it, remove ugly workarou... (diff)
Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to route KILLs
Diffstat (limited to 'src/modules/m_testnet.cpp')
-rw-r--r--src/modules/m_testnet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_testnet.cpp b/src/modules/m_testnet.cpp
index d32f26a4b..4bff4b711 100644
--- a/src/modules/m_testnet.cpp
+++ b/src/modules/m_testnet.cpp
@@ -129,7 +129,6 @@ static void checkall(Module* noimpl)
CHK(OnPreMode);
CHK(On005Numeric);
CHK(OnKill);
- CHK(OnRemoteKill);
CHK(OnLoadModule);
CHK(OnUnloadModule);
CHK(OnBackgroundTimer);