diff options
| author | 2013-06-12 21:22:37 +0200 | |
|---|---|---|
| committer | 2013-06-12 21:22:37 +0200 | |
| commit | 623ba6ae49f8e1e0958f921fa178af8a95797c1c (patch) | |
| tree | fd746ff8dfc3c89e9b051b4cffdde1a5baff85ea /src/modules/m_testnet.cpp | |
| parent | Implement 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.cpp | 1 |
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); |
