X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=3bfee12a3ccb06355bd64d4700ce3f3f91b4547b;hb=9c2a187b4d9e7b03a963cabc4c7ecf5df5bf1ca5;hp=8b703306e25e0f1b94f86c1bbbddabca0a2a70e1;hpb=963a74a359bda8ac6c348977f70d85e8e879697a;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 8b703306..3bfee12a 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -41,6 +41,7 @@ $filterdef = bless ([ ['info', 't', 3], ['spotter', 'c', 4], ['by', 'c', 4], + ['dxcc', 'nc', 5], ['call_dxcc', 'nc', 5], ['by_dxcc', 'nc', 6], ['origin', 'c', 7, 9], @@ -63,7 +64,7 @@ $filterdef = bless ([ $totalspots = $hfspots = $vhfspots = 0; $use_db_for_search = 0; -our $readback = 0; +our $readback = 1; if ($readback) { $readback = `which tac`;