X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Flistmode.h;h=75385588bb406636c85e21cb4563793b10924d79;hb=86092ec5919a5b08391ea7291b9338b3745b6e0a;hp=e6ca88d4c1d70c078e4a0443d354bb87619b948f;hpb=992674362c5f64bdb8e1942eeaa7612524529cd6;p=user%2Fhenk%2Fcode%2Finspircd.git 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