summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-09-03 14:28:13 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-09-03 14:28:13 +0200
commitb9006ce3cba742ca2a22d601ba1a63a47b0402c9 (patch)
tree71a7075cee94a999979d70a7684c64840a68fa3b /include/protocol.h
parente7e315fc9dbd37218d55a6673ba65503c0bbcc1b (diff)
Remove ProtocolInterface::SendMode()
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/protocol.h b/include/protocol.h
index 01eb145f1..2b1ffb753 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -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.