]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.pl
Minor Rybka changes.
[remoteglot] / remoteglot.pl
index 3f84839d113262e018911b6ecf04a55735ef02de..c64fb41ceb1eea3b5e215afa2f3c676c253fc343 100644 (file)
@@ -39,6 +39,8 @@ while (<UCIREAD>) {
 print UCIWRITE "setoption name UCI_AnalyseMode value true\n";
 print UCIWRITE "setoption name NalimovPath value c:\\nalimov\n";
 print UCIWRITE "setoption name NalimovUsage value Normally\n";
+# print UCIWRITE "setoption name Contempt value 1000\n";
+# print UCIWRITE "setoption name Outlook value Ultra Optimistic\n";
 print UCIWRITE "ucinewgame\n";
 
 print "Chess engine ready.\n";
@@ -140,7 +142,7 @@ sub parse_infos {
                        $uciinfo{'pv'} = [ @x[1..$#x] ];
                        last;
                }
-               if ($x[0] eq 'UCI_AnalyseMode' || $x[0] eq 'setting') {
+               if ($x[0] eq 'UCI_AnalyseMode' || $x[0] eq 'setting' || $x[0] eq 'contempt') {
                        last;
                }