X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.pm;h=f9d0897d63aecfebc3af10d9c0f50efcc2f2d4f0;hb=6a3b0ef29f06eb75616eaefcc5a50160e2bced1b;hp=f73a5f5a224be00e2adfc7f1e17fdf6cdc1d5d54;hpb=5e87eaa57ed50368fe974aa54a30e42e23b1ecbc;p=remoteglot-book diff --git a/config.pm b/config.pm index f73a5f5..f9d0897 100644 --- a/config.pm +++ b/config.pm @@ -6,7 +6,7 @@ package remoteglotconf; our $server = "freechess.org"; our $nick = "SesseBOT"; -our $target = "GMCarlsen"; +our $target = "GMCarlsen"; # FICS username or HTTP to a PGN file. our $json_output = "/srv/analysis.sesse.net/www/analysis.json"; our $engine_cmdline = "./stockfish";