diff options
| author | 2024-09-19 14:43:16 +0100 | |
|---|---|---|
| committer | 2024-09-19 14:43:16 +0100 | |
| commit | f75795d1766492a2e850e5eeebfd5f8791ecc720 (patch) | |
| tree | 578341f7a61430911f33991fa15c47ce1d4a0283 /src/users.cpp | |
| parent | Rename TreeServer::GetParent to GetTreeParent. (diff) | |
Implement remote WriteNotice in spanningtree like with WriteNumeric.
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 5 |
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); } |
