X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=remoteglot.pl;h=2c4bb9e8247be699bbd11cc21a5fd326a6389232;hb=07fe77d2f39c91fee4545236ef1134f9000b749c;hp=1561ac338d0a615eef815bc0e324ea6e3b736ef2;hpb=89ed095b76d91d5bccfcec86fa3962d48c6f8b56;p=remoteglot diff --git a/remoteglot.pl b/remoteglot.pl index 1561ac3..2c4bb9e 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -107,6 +107,7 @@ while (1) { uciprint("position fen $fen"); uciprint("go infinite"); + %uciinfo = (); $last_move = time; # @@ -478,6 +479,7 @@ sub output_screen { } }; if ($@) { + %uciinfo = (); return; }