diff options
| author | 2010-02-17 17:22:23 -0600 | |
|---|---|---|
| committer | 2010-08-03 17:32:36 -0400 | |
| commit | 0584675861f05321b89fff44fda38ebd49006e54 (patch) | |
| tree | a8cd3ac16fc68d78aeacfb9d1c745cf8311f0bdb /src/modules/m_testnet.cpp | |
| parent | Remove 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.cpp | 1 |
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); |
