summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h1
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)