summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/protocol.h b/include/protocol.h
index b3f209a82..2e512f11a 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -98,12 +98,6 @@ class CoreExport ProtocolInterface
*/
virtual void SendMetaData(const std::string& key, const std::string& data) { }
- /** Send a topic change for a channel
- * @param channel The channel to change the topic for.
- * @param topic The new topic to use for the channel.
- */
- virtual void SendTopic(Channel* channel, std::string &topic) { }
-
/** 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.