From f75795d1766492a2e850e5eeebfd5f8791ecc720 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 19 Sep 2024 14:43:16 +0100 Subject: Implement remote WriteNotice in spanningtree like with WriteNumeric. --- src/users.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index cdf915aa8..2ea6873c1 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -793,11 +793,6 @@ void User::WriteNumeric(const Numeric::Numeric& numeric) } void User::WriteRemoteNotice(const std::string& text) -{ - ServerInstance->PI->SendMessage(this, text, MessageType::NOTICE); -} - -void LocalUser::WriteRemoteNotice(const std::string& text) { WriteNotice(text); } -- cgit v1.3.1-10-gc9f91