Merge pull request #1057 from jpnurmi/echo-status

Fix #1022: Status and module commands not echoed back to client
This commit is contained in:
J-P Nurmi
2015-09-03 20:11:57 +02:00
+1
View File
@@ -324,6 +324,7 @@ void CClient::ReadLine(const CString& sData) {
} else {
CALLMOD(sTarget, this, m_pUser, m_pNetwork, OnModCommand(TextMsg.GetText()));
}
EchoMessage(Message);
continue;
}