X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=c960bb247f63bf0744ebeee477567867715ba325;hp=84e7af71425161e3c8ed3eab4ac4f6bdcc1e59ab;hb=b5bea1c386b267f9d5ed19ad4b2434cac0804010;hpb=1eb05da6baa18004163cf46a4ab51aa31f2e5eed diff --git a/remoteglot.pl b/remoteglot.pl index 84e7af7..c960bb2 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -52,7 +52,7 @@ while () { uciprint("setoption name UCI_AnalyseMode value true"); uciprint("setoption name NalimovPath value c:\\nalimov"); -uciprint("setoption name NalimovUsage value Normally"); +uciprint("setoption name NalimovUsage value Rarely"); uciprint("setoption name Hash value 1024"); # uciprint("setoption name MultiPV value 3"); # uciprint("setoption name Contempt value 1000"); @@ -304,7 +304,7 @@ sub prettyprint_pv { # rook substr($nb[0], 7, 1, '-'); - substr($nb[0], 5, 1, 'R'); + substr($nb[0], 5, 1, 'r'); return ('0-0', prettyprint_pv(\@nb, @pvs)); } @@ -319,7 +319,7 @@ sub prettyprint_pv { # rook substr($nb[0], 0, 1, '-'); - substr($nb[0], 3, 1, 'R'); + substr($nb[0], 3, 1, 'r'); return ('0-0-0', prettyprint_pv(\@nb, @pvs)); }