aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-09-19 14:43:16 +0100
committerGravatar Sadie Powell2024-09-19 14:43:16 +0100
commitf75795d1766492a2e850e5eeebfd5f8791ecc720 (patch)
tree578341f7a61430911f33991fa15c47ce1d4a0283 /src/users.cpp
parentRename TreeServer::GetParent to GetTreeParent. (diff)
Implement remote WriteNotice in spanningtree like with WriteNumeric.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/users.cpp b/src/users.cpp
index cdf915aa8..2ea6873c1 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -794,11 +794,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);
}