Fix #1022: Status and module commands not echoed back to client

This commit is contained in:
J-P Nurmi
2015-09-02 20:08:24 +02:00
parent 491fb50045
commit 2a40c355f4

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;
}