summaryrefslogtreecommitdiff
path: root/include/listmode.h
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-09-02 13:01:41 +0200
committerattilamolnar <attilamolnar@hush.com>2013-09-12 14:44:17 +0200
commit58d7827bb1bd3d90f38a1c199f6f41ae9f24885c (patch)
treed2613bd107ac6b00960e1981f184ee4160e5877f /include/listmode.h
parent7ba25076818e42b4eac9199477a01101cf57e848 (diff)
Send ListModeBase modes implicitly on channel sync
Remove Module::ProtoSendMode() and ListModeBase::DoSyncChannel()
Diffstat (limited to 'include/listmode.h')
-rw-r--r--include/listmode.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/listmode.h b/include/listmode.h
index e6ca88d4c..75385588b 100644
--- a/include/listmode.h
+++ b/include/listmode.h
@@ -162,14 +162,6 @@ class CoreExport ListModeBase : public ModeHandler
*/
virtual ModeAction OnModeChange(User* source, User*, Channel* channel, std::string &parameter, bool adding);
- /** Syncronize channel item list with another server.
- * See modules.h
- * @param chan Channel to syncronize
- * @param proto Protocol module pointer
- * @param opaque Opaque connection handle
- */
- virtual void DoSyncChannel(Channel* chan, Module* proto, void* opaque);
-
/** Validate parameters.
* Overridden by implementing module.
* @param user Source user adding the parameter