diff options
| author | 2024-07-23 23:54:29 +0100 | |
|---|---|---|
| committer | 2024-07-24 00:31:34 +0100 | |
| commit | a4bee21ab53cebc9953849412611add66a7330e7 (patch) | |
| tree | 9e3477fda5ea70bd690df737cd54c7076879d716 /src/modules/m_spanningtree/protocolinterface.cpp | |
| parent | Add SendMetadata methods to Server. (diff) | |
Update all usages of ProtocolServer to use Server.
Diffstat (limited to 'src/modules/m_spanningtree/protocolinterface.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/protocolinterface.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_spanningtree/protocolinterface.cpp b/src/modules/m_spanningtree/protocolinterface.cpp index 533551c0b..aaeeb5c60 100644 --- a/src/modules/m_spanningtree/protocolinterface.cpp +++ b/src/modules/m_spanningtree/protocolinterface.cpp @@ -96,11 +96,6 @@ void SpanningTreeProtocolInterface::SendMetadata(const std::string& key, const s CommandMetadata::Builder(key, data).Broadcast(); } -void SpanningTreeProtocolInterface::Server::SendMetadata(const std::string& key, const std::string& data) -{ - sock->WriteLine(CommandMetadata::Builder(key, data)); -} - void SpanningTreeProtocolInterface::SendSNONotice(char snomask, const std::string& text) { CmdBuilder("SNONOTICE").push(snomask).push_last(text).Broadcast(); |
