eric_oldre wrote:does anyone have a link to a tutorial/instructions about how to get Winboard to work with an ICS?
I'm sick of the time losses that Latista seems to get under arena. (hopefully fixed in the next arena release)
Here you go:
http://www.tim-mann.org/xboard/zippy.README
This paragraph is important for automatic seeking:
-zippyGameEnd string
At the end of each game, Zippy sends this string to ICS,
followed by a newline. If you do not set this option, the
string "gameend" is sent. This is not a legal ICS command,
but you can alias it to whatever you like, or you can leave
it undefined, which will cause ICS to print a harmless error
message after each game. If you want to send more than one
command at the end of the game, on ICC you can alias gameend
to a "multi" command (see the ICC help files), but on FICS that
does not work. Instead, use the -zippyGameEnd option to have
a string of several commands sent, with newlines in between.
For example, you could give WinBoard the command line option
-zippyGameEnd='say thanks\nseek 5 0\nseek 2 12\n'
You could give xboard the command line option
-xrm '*zippyGameEnd: say thanks\nseek 5 0\nseek 2 12\n'
Pallav.