]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/protocol.h
Remove ProtocolInterface::SendMode()
[user/henk/code/inspircd.git] / include / protocol.h
index 01eb145f176200914e364ed9b5d14f4b9e45a96b..2b1ffb7536a6f67543b3e41992ab2d6ec241e21f 100644 (file)
@@ -104,15 +104,6 @@ class CoreExport ProtocolInterface
         */
        virtual void SendTopic(Channel* channel, std::string &topic) { }
 
-       /** Send mode changes for an object.
-        * @param source The source of the mode change
-        * @param usertarget The target user, NULL if the target is a channel
-        * @param chantarget The target channel, NULL if the target is a user
-        * @param modedata The mode changes to send.
-        * @param translate A list of translation types
-        */
-       virtual void SendMode(User* source, User* usertarget, Channel* chantarget, const parameterlist& modedata, const std::vector<TranslateType>& translate) { }
-
        /** Send a notice to users with a given snomask.
         * @param snomask The snomask required for the message to be sent.
         * @param text The message to send.