From 55d44c21a7ce85fc1b8eb0ac316eb6d06dec5134 Mon Sep 17 00:00:00 2001 From: Nobody Atoll <38334355+throwaway-user@users.noreply.github.com> Date: Thu, 12 Apr 2018 18:34:15 -0400 Subject: [PATCH] Fix echo-message regression from 1.6.x This patch prevents PRIVMSGs from clients frmo being echoed to other clients if their target has the status prefix. --- src/Client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Client.cpp b/src/Client.cpp index c8c7c23c..ac210f3b 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -1241,7 +1241,6 @@ bool CClient::OnTextMessage(CTextMessage& Message) { } if (sTarget.TrimPrefix(m_pUser->GetStatusPrefix())) { - EchoMessage(Message); if (sTarget.Equals("status")) { CString sMsg = Message.GetText(); UserCommand(sMsg);