Merge branch 'insp3' into insp4.

This commit is contained in:
Sadie Powell 2024-10-11 19:31:49 +01:00
commit 0d891e2f43

View File

@ -75,7 +75,7 @@ public:
auto* c = ServerInstance->Channels.Find(channel);
if (c)
{
ClientProtocol::Messages::Privmsg privmsg(ClientProtocol::Messages::Privmsg::nocopy, ServerInstance->Config->ServerName, c, snotice);
ClientProtocol::Messages::Privmsg privmsg(ClientProtocol::Messages::Privmsg::nocopy, ServerInstance->FakeClient, c, snotice);
c->Write(ServerInstance->GetRFCEvents().privmsg, privmsg);
ServerInstance->PI->SendMessage(c, 0, snotice);
}