diff options
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); } |
