From 6597fe5d4fd2c1cc474fa35a0db21fec480ff47f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 29 Jan 2020 11:44:50 +0000 Subject: Add Channel::WriteRemoteNotice and revert WriteNotice changes. This is a partial reversion of 687778b72e. See also: #1749. --- include/channels.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/channels.h b/include/channels.h index c3bdc160b..07e1091b0 100644 --- a/include/channels.h +++ b/include/channels.h @@ -289,6 +289,7 @@ class CoreExport Channel : public Extensible * @param status The minimum status rank to send this message to. */ void WriteNotice(const std::string& text, char status = 0); + void WriteRemoteNotice(const std::string& text, char status = 0); }; inline bool Channel::HasUser(User* user) -- cgit v1.3.1-10-gc9f91