diff options
Diffstat (limited to 'include/listmode.h')
-rw-r--r-- | include/listmode.h | 8 |
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 ¶meter, 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 |