]> git.sesse.net Git - remoteglot/blobdiff - config.pm
Remove the ICS support, which has been unused for many years.
[remoteglot] / config.pm
index ec20c345264561fa0b3fb9b319bd44caf51ae461..1bd40e57ce7db8d2ad3f23c31c8c28f6f17c11f1 100644 (file)
--- 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;