aboutsummaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 983b89177..ce8820d66 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -425,7 +425,7 @@ const char* Channel::ChanModes(bool showsecret)
void Channel::WriteNotice(const std::string& text, char status)
{
ClientProtocol::Messages::Privmsg privmsg(ClientProtocol::Messages::Privmsg::nocopy, ServerInstance->FakeClient, this, text, MSG_NOTICE, status);
- Write(ServerInstance->GetRFCEvents().privmsg, privmsg);
+ Write(ServerInstance->GetRFCEvents().privmsg, privmsg, status);
}
void Channel::WriteRemoteNotice(const std::string& text, char status)