pzorin / qgo

qGo is a Go Client (IGS, WING, LGS, WBaduk/CyberORO, Tygem, Tom, and eWeiqi) based on Qt 5. No active development is happening nor should any be expected.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combined window for "say" and "tell" on IGS

smiley1983 opened this issue · comments

On IGS, you can greet a player in the chat window to the right of the board when you start a match. However, if you try to thank them for the game in the same window after scoring, it does not go through, and it tells you that "say" can only be used during matches.

It is still possible to thank the opponent, but it's necessary to use the separate "tell" command, which opens a separate window.

It would be great if the default chat window attached to the match board could select the appropriate "say" or "tell . " command, depending on whether the match was in progress or not, and only open a "tell" window if there's no appropriate game board window for the responses.

I agree that the proper solution would be to have an integrated talk widget that can be used both during a game and outside the game and that would figure out the appropriate commands. Do not expect that I will have time to implement this any time soon, though.

Yes indeed, I understand. Thank you for the work you have done on qgo, it's great to see it being maintained.