aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_testnet.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-02-20 02:33:32 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:36 -0400
commit6e5a489d5c6047ba87a025f39cc7cb40d05815ce (patch)
tree0205d27bff2bba125c1c8b946114ec6863e642eb /src/modules/m_testnet.cpp
parentExtend +w and +X to take named modes in addition to mode letters (diff)
Restore <options:exemptchanops> with long names
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 710f205d5..e9be1c345 100644
--- a/src/modules/m_testnet.cpp
+++ b/src/modules/m_testnet.cpp
@@ -168,7 +168,6 @@ static void checkall(Module* noimpl)
CHK(OnModuleRehash);
CHK(OnSendWhoLine);
CHK(OnChangeIdent);
- CHK(OnChannelRestrictionApply);
}
class CommandTest : public Command