X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=c5d629ecd57e308a4cf2898bad59a6021ba9a6d4;hb=fb131e2b2e5ba8f3481e2f78ce224dadf8ba8f43;hp=e3173bfd11c7b8f6c5f85874f8f41f5fc6e5e27f;hpb=2520521008cdb3c5ab168c678c57130be712daee;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index e3173bfd..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 info 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;