aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_testnet.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-02-17 17:22:23 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:36 -0400
commit0584675861f05321b89fff44fda38ebd49006e54 (patch)
treea8cd3ac16fc68d78aeacfb9d1c745cf8311f0bdb /src/modules/m_testnet.cpp
parentRemove useless return value from OnUserRegister (diff)
New I/O hook API
This removes some pointless Module:: entries, uses the ServiceProvider lookup API for bind tags, and allows GnuTLS to use custom certificates per bind or link block using: <bind ssl="gnutls" ssl_cert="signed" ...> <ssl_cert name="signed" certfile="my.cert.pem" keyfile="my.key.pem">
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 faa0c7b2e..710f205d5 100644
--- a/src/modules/m_testnet.cpp
+++ b/src/modules/m_testnet.cpp
@@ -164,7 +164,6 @@ static void checkall(Module* noimpl)
CHK(OnRunTestSuite);
CHK(OnNamesListItem);
CHK(OnNumeric);
- CHK(OnHookIO);
CHK(OnPreRehash);
CHK(OnModuleRehash);
CHK(OnSendWhoLine);