X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.pm;h=1bd40e57ce7db8d2ad3f23c31c8c28f6f17c11f1;hb=6d6db16021d21be5661549fd855876a7ed6e2561;hp=ec20c345264561fa0b3fb9b319bd44caf51ae461;hpb=a8232b6fe329655d8744bdc6873cd7ca8cb66d21;p=remoteglot diff --git a/config.pm b/config.pm index ec20c34..1bd40e5 100644 --- a/config.pm +++ b/config.pm @@ -4,10 +4,6 @@ package remoteglotconf; -our $server = "freechess.org"; # undef to not connect to FICS. -our $nick = "SesseBOT"; -our $target = "GMCarlsen"; # FICS username or HTTP to a PGN file. - # Set to non-undef to pick out one specific game from a PGN file with many games. # See example. our $pgn_filter = undef;