mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
fix_2449 (#2459)
This commit is contained in:
parent
0d34fc5df2
commit
877a5ca3b1
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ void TabMessage::sendMessage()
|
||||||
void TabMessage::messageSent(const Response &response)
|
void TabMessage::messageSent(const Response &response)
|
||||||
{
|
{
|
||||||
if (response.response_code() == Response::RespInIgnoreList)
|
if (response.response_code() == Response::RespInIgnoreList)
|
||||||
chatView->appendMessage(tr("This user is ignoring you."));
|
chatView->appendMessage(tr("This user is ignoring you, they cannot see your messages in main chat and you cannot join their games."));
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabMessage::actLeave()
|
void TabMessage::actLeave()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue