aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_testnet.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-03-02 12:04:53 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:39 -0400
commit89f72a4d63c6868ac3c191197f37e08341b8bc16 (patch)
tree619fc74cfc57928de1bd0a9b08a8ad65903a8e7b /src/modules/m_testnet.cpp
parentUnset umode +x when a different vhost is set on a user (diff)
Create OnChannelPermissionCheck hook
Diffstat (limited to 'src/modules/m_testnet.cpp')
-rw-r--r--src/modules/m_testnet.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/modules/m_testnet.cpp b/src/modules/m_testnet.cpp
index 001077a15..e9ddd97bf 100644
--- a/src/modules/m_testnet.cpp
+++ b/src/modules/m_testnet.cpp
@@ -98,12 +98,11 @@ static void checkall(Module* noimpl)
CHK(OnRehash);
CHK(OnSendSnotice);
CHK(OnUserPreJoin);
- CHK(OnUserPreKick);
+ CHK(OnChannelPermissionCheck);
CHK(OnUserKick);
CHK(OnOper);
CHK(OnInfo);
CHK(OnWhois);
- CHK(OnUserPreInvite);
CHK(OnUserInvite);
CHK(OnUserPreMessage);
CHK(OnUserPreNotice);
@@ -141,7 +140,6 @@ static void checkall(Module* noimpl)
CHK(OnExtBanCheck);
CHK(OnStats);
CHK(OnChangeLocalUserHost);
- CHK(OnPreTopicChange);
CHK(OnPostTopicChange);
CHK(OnEvent);
CHK(OnGlobalOper);
@@ -165,7 +163,6 @@ static void checkall(Module* noimpl)
CHK(OnRunTestSuite);
CHK(OnNamesListItem);
CHK(OnNumeric);
- CHK(OnPreRehash);
CHK(OnModuleRehash);
CHK(OnSendWhoLine);
CHK(OnChangeIdent);