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_autoop.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_autoop.cpp')
| -rw-r--r-- | src/modules/m_autoop.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_autoop.cpp b/src/modules/m_autoop.cpp index a1b72714b..2ef9fe59e 100644 --- a/src/modules/m_autoop.cpp +++ b/src/modules/m_autoop.cpp @@ -118,11 +118,6 @@ class ModuleAutoOp : public Module } } - void OnSyncChannel(Channel* chan, Module* proto, void* opaque) CXX11_OVERRIDE - { - mh.DoSyncChannel(chan, proto, opaque); - } - void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE { mh.DoRehash(); |
