X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fprotocol.h;fp=include%2Fprotocol.h;h=2e512f11ae5a6f5906068eeff34405bebb2a0571;hb=932748db6dd2a7225c9f12bc34339fcb2f37c319;hp=b3f209a8266dd6d493a47122075fcb0209db4b35;hpb=804d58e2001f04786d2594f046d591b664235642;p=user%2Fhenk%2Fcode%2Finspircd.git 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.