]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/listmode.h
These two numerics are supposed to use SentText() as they can go to remote users...
[user/henk/code/inspircd.git] / include / listmode.h
index e27071eacbb75d30fd2d89de54f9b4da2d00719b..75385588bb406636c85e21cb4563793b10924d79 100644 (file)
@@ -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 &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