From: Steinar H. Gunderson Date: Sun, 16 Nov 2014 13:07:09 +0000 (+0100) Subject: Add a little comment about the serial key format. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=8aaf7ba74d9bea4b265b20bca455bd682c956405 Add a little comment about the serial key format. --- diff --git a/config.pm b/config.pm index f9d0897..94f4ea1 100644 --- a/config.pm +++ b/config.pm @@ -32,6 +32,9 @@ our @masters = ( 'Sesse', ); +# ChessOK serial key (of the form NNNNN-NNNNN-NNNNN-NNNNN-NNNNN-NNNNN) +# for looking up 7-man tablebases; undef means no lookup. Note that +# you probably need specific prior permission to use this. our $tb_serial_key = undef; eval {