diff options
| author | 2013-09-02 13:01:41 +0200 | |
|---|---|---|
| committer | 2013-09-12 14:44:17 +0200 | |
| commit | 58d7827bb1bd3d90f38a1c199f6f41ae9f24885c (patch) | |
| tree | d2613bd107ac6b00960e1981f184ee4160e5877f /src/modules/m_banexception.cpp | |
| parent | Keep lists of mode handlers by type (diff) | |
Send ListModeBase modes implicitly on channel sync
Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel()
Diffstat (limited to 'src/modules/m_banexception.cpp')
| -rw-r--r-- | src/modules/m_banexception.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp index 62742a527..b10ed3604 100644 --- a/src/modules/m_banexception.cpp +++ b/src/modules/m_banexception.cpp @@ -105,11 +105,6 @@ class ModuleBanException : public Module return MOD_RES_PASSTHRU; } - void OnSyncChannel(Channel* chan, Module* proto, void* opaque) CXX11_OVERRIDE - { - be.DoSyncChannel(chan, proto, opaque); - } - void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE { be.DoRehash(); |
