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.cpp | |
| parent | m_spanningtree Send MODE/FMODE from the OnMode hook (diff) | |
Remove ProtocolInterface::SendMode()
Diffstat (limited to 'src/modules/m_spanningtree/protocolinterface.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/protocolinterface.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_spanningtree/protocolinterface.cpp b/src/modules/m_spanningtree/protocolinterface.cpp index 3ad75a430..786f8b74b 100644 --- a/src/modules/m_spanningtree/protocolinterface.cpp +++ b/src/modules/m_spanningtree/protocolinterface.cpp @@ -107,10 +107,6 @@ void SpanningTreeProtocolInterface::SendTopic(Channel* channel, std::string &top CommandFTopic::Builder(ServerInstance->FakeClient, channel).Broadcast(); } -void SpanningTreeProtocolInterface::SendMode(User* source, User* u, Channel* c, const std::vector<std::string>& modedata, const std::vector<TranslateType>& translate) -{ -} - void SpanningTreeProtocolInterface::SendSNONotice(char snomask, const std::string &text) { CmdBuilder("SNONOTICE").push(snomask).push_last(text).Broadcast(); |
