From 4175ba783359b38965c97d418f540fa992c9924e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 23 Jul 2024 23:28:37 +0100 Subject: Add SendMetadata methods to Server. --- src/server.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/server.cpp') 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. +} -- cgit v1.3.1-10-gc9f91