X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=9fa0086ffa1e5595978a4309638f08d38f61b8f5;hb=60bd15a823797c01182ebfb8b6b3a5bf10065b42;hp=963ed4a5895945f9cbf2bf8a7f5bf0900e8a3b10;hpb=0aaec2fed8977d5e1cd02a4f1432bdde135a1044;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 963ed4a5..9fa0086f 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -30,7 +30,7 @@ use vars qw($fp $statp $maxspots $defaultspots $maxdays $dirprefix $duplth $dupa $fp = undef; $statp = undef; -$maxspots = 50; # maximum spots to return +$maxspots = 100; # maximum spots to return $defaultspots = 10; # normal number of spots to return $maxdays = 100; # normal maximum no of days to go back $dirprefix = "spots"; @@ -264,18 +264,6 @@ sub ftor return $out; } -# format a spot for user output in 'broadcast' mode -sub formatb -{ - my $wantgrid = shift; - my $t = ztime($_[2]); - my $ref = DXUser->get_current($_[4]); - my $loc = $ref->qra if $ref && $ref->qra && $wantgrid; - $loc = ' ' . substr($ref->qra, 0, 4) if $loc; - $loc = "" unless $loc; - return sprintf "DX de %-7.7s%11.1f %-12.12s %-29s %s$loc", "$_[4]:", $_[0], $_[1], $_[3], $t ; -} - # format a spot for user output in list mode sub formatl {