diff options
author | Sadie Powell <sadie@witchery.services> | 2020-01-29 11:44:50 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-01-29 12:00:32 +0000 |
commit | 6597fe5d4fd2c1cc474fa35a0db21fec480ff47f (patch) | |
tree | 1ad5986e40cb8e7dc392af21cd5d0e5e119196c2 /include | |
parent | 64df216836aa1027aa7d6b7242264a982dc540bc (diff) |
Add Channel::WriteRemoteNotice and revert WriteNotice changes.
This is a partial reversion of 687778b72e.
See also: #1749.
Diffstat (limited to 'include')
-rw-r--r-- | include/channels.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |