Skip to content

Commit

Permalink
Merge pull request #1057 from jpnurmi/echo-status
Browse files Browse the repository at this point in the history
Fix #1022: Status and module commands not echoed back to client
  • Loading branch information
jpnurmi committed Sep 3, 2015
2 parents 2880368 + 2a40c35 commit 0211b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ void CClient::ReadLine(const CString& sData) {
} else {
CALLMOD(sTarget, this, m_pUser, m_pNetwork, OnModCommand(TextMsg.GetText()));
}
EchoMessage(Message);
continue;
}

Expand Down

0 comments on commit 0211b34

Please sign in to comment.