From 2a40c355f499e1e87a4e066bd82c003106560269 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 2 Sep 2015 20:08:24 +0200 Subject: [PATCH] Fix #1022: Status and module commands not echoed back to client --- src/Client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Client.cpp b/src/Client.cpp index 3f70c35f..28ae534f 100644 --- a/src/Client.cpp +++ b/src/Client.cpp @@ -324,6 +324,7 @@ void CClient::ReadLine(const CString& sData) { } else { CALLMOD(sTarget, this, m_pUser, m_pNetwork, OnModCommand(TextMsg.GetText())); } + EchoMessage(Message); continue; }