X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=c5d629ecd57e308a4cf2898bad59a6021ba9a6d4;hb=fb131e2b2e5ba8f3481e2f78ce224dadf8ba8f43;hp=174071f8bc3b8f20edf2262ca912974ba0e4b228;hpb=e7a28420ced12c94812516b17194c997dcc759e9;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index 174071f8..c5d629ec 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -59,11 +59,6 @@ sub handle $dofilter = 1 if $self && $self->spotsfilter; next; } - if (lc $f eq 'spotter') { - dbg("sh/dx by") if isdbg('sh/dx'); - push @flist, 'by'; - next; - } if (lc $f eq 'qsl') { dbg("sh/dx qsl") if isdbg('sh/dx'); push @flist, "info {QSL|VIA}"; @@ -88,7 +83,7 @@ sub handle dbg("sh/dx qra") if isdbg('sh/dx'); next; } - if (grep {lc $f eq $_} qw(zone byzone by_zone itu byitu by_itu state bystate by_state on) ) { + if (grep {lc $f eq $_} qw(zone byzone by_zone itu byitu by_itu state bystate by_state info on spotter by) ) { $f =~ s/^by(\w)/by_$1/; push @flist, $f; push @flist, shift @list if @list;