Index: /trunk/tools/roboczar.pl
===================================================================
--- /trunk/tools/roboczar.pl	(revision 30786)
+++ /trunk/tools/roboczar.pl	(revision 30787)
@@ -22,6 +22,6 @@
 
 my @stages = ("burntool", "chip", "cam", "fake", "warp", "stack", "diff", "magic", "magicDS", "dist"); # TODO get from Pantasks
-my @serversWeCareAbout = ("stdscience", "distribution", "summitcopy", "registration", "pstamp");
 
+my @interestedServers = $config->getRoboczarInterestedServers();
 
 my $stuckMessage;
@@ -115,5 +115,5 @@
     ${$message} = "Pantasks servers:\n";
 
-    foreach $server (@serversWeCareAbout) {
+    foreach $server (@interestedServers) {
 
         # is server alice?
