X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Flistmode.h;h=75385588bb406636c85e21cb4563793b10924d79;hb=ad47ea662698e72ff8f79b03512b1e7fe81bdf53;hp=e27071eacbb75d30fd2d89de54f9b4da2d00719b;hpb=146d72fddbcc443e402b3aadcf1eb8195b9d4ab5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/listmode.h b/include/listmode.h index e27071eac..75385588b 100644 --- a/include/listmode.h +++ b/include/listmode.h @@ -157,23 +157,11 @@ class CoreExport ListModeBase : public ModeHandler */ virtual void DoRehash(); - /** Populate the Implements list with the correct events for a List Mode - */ - virtual void DoImplements(Module* m); - /** Handle the list mode. * See mode.h */ 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