diff options
Diffstat (limited to 'src/server.cpp')
| -rw-r--r-- | src/server.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/server.cpp b/src/server.cpp index 805fc9c16..2d469bcd5 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -161,3 +161,13 @@ const std::string& Server::GetPublicName() const return ServerInstance->Config->HideServer; return GetName(); } + +void Server::SendMetadata(const std::string& key, const std::string& data) const +{ + // Do nothing for the local server. +} + +void Server::SendMetadata(const Extensible* ext, const std::string& key, const std::string& data) const +{ + // Do nothing for the local server. +} |
