aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree/protocolinterface.h
diff options
context:
space:
mode:
authorGravatar Attila Molnar2016-03-30 12:38:36 +0200
committerGravatar Attila Molnar2016-03-30 12:38:36 +0200
commit804d58e2001f04786d2594f046d591b664235642 (patch)
tree0a13486452db3a9f83f5be626a85bcf29c7fb6e6 /src/modules/m_spanningtree/protocolinterface.h
parentRemove User::SendText() and overrides completely (diff)
Remove ProtocolInterface::PushToClient()
Diffstat (limited to 'src/modules/m_spanningtree/protocolinterface.h')
-rw-r--r--src/modules/m_spanningtree/protocolinterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/protocolinterface.h b/src/modules/m_spanningtree/protocolinterface.h
index 45742e9ea..c86ca007c 100644
--- a/src/modules/m_spanningtree/protocolinterface.h
+++ b/src/modules/m_spanningtree/protocolinterface.h
@@ -38,7 +38,6 @@ class SpanningTreeProtocolInterface : public ProtocolInterface
void SendMetaData(const std::string& key, const std::string& data) CXX11_OVERRIDE;
void SendTopic(Channel* channel, std::string &topic);
void SendSNONotice(char snomask, const std::string& text) CXX11_OVERRIDE;
- void PushToClient(User* target, const std::string &rawline);
void SendMessage(Channel* target, char status, const std::string& text, MessageType msgtype);
void SendMessage(User* target, const std::string& text, MessageType msgtype);
void GetServerList(ServerList& sl);