]> git.sesse.net Git - remoteglot/commitdiff
Changes for Rybka v2.3.2a.
authorSteinar H. Gunderson <sesse@debian.org>
Tue, 26 Jun 2007 12:55:03 +0000 (14:55 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Tue, 26 Jun 2007 12:55:03 +0000 (14:55 +0200)
remoteglot.pl

index 7bcbbdf338fd25a99b6bfcf8ec48446dd24b90b4..a2a5e5ee9594646332d3657600113a0152fd49e4 100644 (file)
@@ -23,7 +23,7 @@ $| = 1;
 my $server = "freechess.org";
 my $target = "Sesse";
 # my $engine = "/usr/games/toga2";
 my $server = "freechess.org";
 my $target = "Sesse";
 # my $engine = "/usr/games/toga2";
-my $engine = "wine rybka22-mpw32.exe";
+my $engine = "wine Rybkav2.3.2a.mp.w32.exe";
 
 open(UCILOG, ">ucilog.txt")
        or die "ucilog.txt: $!";
 
 open(UCILOG, ">ucilog.txt")
        or die "ucilog.txt: $!";
@@ -148,7 +148,7 @@ sub parse_infos {
                        $uciinfo{'pv'} = [ @x[1..$#x] ];
                        last;
                }
                        $uciinfo{'pv'} = [ @x[1..$#x] ];
                        last;
                }
-               if ($x[0] eq 'UCI_AnalyseMode' || $x[0] eq 'setting' || $x[0] eq 'contempt') {
+               if ($x[0] eq 'string' || $x[0] eq 'UCI_AnalyseMode' || $x[0] eq 'setting' || $x[0] eq 'contempt') {
                        last;
                }
 
                        last;
                }