Logging messages to and from server
Svetlana Tkachenko <[email protected]>
| Newsgroups | gmane.comp.gnu.xboard.devel |
|---|---|
| Message-ID | <1421051395.3142295.212685145.61E8FE60@webmail.messagingengine.com> |
I'm using xboard with a chess server. In the console I send and receive messages from and to it. How do I log them to file? "xboard -ics -icshost freechess.org | tee myfile.log" works, but it does not log anything I type (stdin), and the server does not echo some of them back.