diff options
| author | 2014-09-03 14:28:13 +0200 | |
|---|---|---|
| committer | 2014-09-03 14:28:13 +0200 | |
| commit | b9006ce3cba742ca2a22d601ba1a63a47b0402c9 (patch) | |
| tree | 71a7075cee94a999979d70a7684c64840a68fa3b /src/modules/m_spanningtree/protocolinterface.h | |
| parent | m_spanningtree Send MODE/FMODE from the OnMode hook (diff) | |
Remove ProtocolInterface::SendMode()
Diffstat (limited to 'src/modules/m_spanningtree/protocolinterface.h')
| -rw-r--r-- | src/modules/m_spanningtree/protocolinterface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/protocolinterface.h b/src/modules/m_spanningtree/protocolinterface.h index 97648f4b4..45742e9ea 100644 --- a/src/modules/m_spanningtree/protocolinterface.h +++ b/src/modules/m_spanningtree/protocolinterface.h @@ -37,7 +37,6 @@ class SpanningTreeProtocolInterface : public ProtocolInterface void SendMetaData(Channel* chan, const std::string& key, const std::string& data) CXX11_OVERRIDE; void SendMetaData(const std::string& key, const std::string& data) CXX11_OVERRIDE; void SendTopic(Channel* channel, std::string &topic); - void SendMode(User* source, User* usertarget, Channel* chantarget, const parameterlist& modedata, const std::vector<TranslateType>& types); 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); |
