]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/protocol.h
Remove ProtocolInterface::PushToClient()
[user/henk/code/inspircd.git] / include / protocol.h
index 2b1ffb7536a6f67543b3e41992ab2d6ec241e21f..b3f209a8266dd6d493a47122075fcb0209db4b35 100644 (file)
@@ -110,12 +110,6 @@ class CoreExport ProtocolInterface
         */
        virtual void SendSNONotice(char snomask, const std::string& text) { }
 
-       /** Send raw data to a remote client.
-        * @param target The user to push data to.
-        * @param rawline The raw IRC protocol line to deliver (":me NOTICE you :foo", whatever).
-        */
-       virtual void PushToClient(User* target, const std::string &rawline) { }
-
        /** Send a message to a channel.
         * @param target The channel to message.
         * @param status The status character (e.g. %) required to recieve.