diff options
| author | 2010-02-20 02:33:32 -0600 | |
|---|---|---|
| committer | 2010-08-03 17:32:36 -0400 | |
| commit | 6e5a489d5c6047ba87a025f39cc7cb40d05815ce (patch) | |
| tree | 0205d27bff2bba125c1c8b946114ec6863e642eb /src/modules/m_testnet.cpp | |
| parent | Extend +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.cpp | 1 |
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 |
