]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/listmode.h
Change allocation of InspIRCd::SNO to be physically part of the object containing...
[user/henk/code/inspircd.git] / include / listmode.h
index e6ca88d4c1d70c078e4a0443d354bb87619b948f..75385588bb406636c85e21cb4563793b10924d79 100644 (file)
@@ -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