From 1b80273d4b08b05d2f58eb925da6d64396866e0f Mon Sep 17 00:00:00 2001 From: djk Date: Fri, 19 Nov 1999 12:36:16 +0000 Subject: [PATCH] *** empty log message *** --- cmd/who.pl | 4 ++-- filter/spots/GB7DJK.pl.issue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/who.pl b/cmd/who.pl index 6876a329..e6d39346 100644 --- a/cmd/who.pl +++ b/cmd/who.pl @@ -11,14 +11,14 @@ my $self = shift; my $dxchan; my @out; -push @out, " Callsign Type Started Name Ave RTT"; +push @out, " Callsign Type Started Name Ave RTT"; foreach $dxchan ( sort {$a->call cmp $b->call} DXChannel::get_all ) { my $call = $dxchan->call(); my $t = cldatetime($dxchan->user->lastin); my $sort = $dxchan->is_ak1a() ? "NODE" : "USER"; my $name = $dxchan->user->name || " "; - my $ping = $dxchan->is_ak1a ? sprintf("%6.2f", $dxchan->pingave) : ""; + my $ping = $dxchan->is_ak1a ? sprintf("%8.2f", $dxchan->pingave) : ""; $ping = "" if $dxchan->call eq $main::mycall; push @out, sprintf "%10s $sort $t %-18.18s $ping", $call, $name; } diff --git a/filter/spots/GB7DJK.pl.issue b/filter/spots/GB7DJK.pl.issue index 7e942af7..14f21281 100644 --- a/filter/spots/GB7DJK.pl.issue +++ b/filter/spots/GB7DJK.pl.issue @@ -27,6 +27,6 @@ # hop count $in = [ - [ 0, 12, 'a', '^IK5PWJ', 0 ] , +# [ 0, 12, 'a', '^IK5PWJ', 0 ] , [ 1, 0, 'd', 0, 3 ] ]; -- 2.34.1