X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=c0c43fa35c50b866a5f865aeca22dfa7109f32cf;hp=c9d85c4bef562da88c0de932a8dc5136b56cf712;hb=e2ca7811e49048bfad82ec31e148a79fe9904e2b;hpb=0bd7ac4e24ce9e81232545b69ce8b98db605984b diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index c9d85c4b..c0c43fa3 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -94,7 +94,6 @@ sub handle next; } if (grep {lc $f eq $_} qw(on freq call info spotter by call_dxcc by_dxcc bydxcc origin call_itu itu call_zone zone byitu by_itu by_zone byzone call_state state bystate by_state ip) ) { - $f =~ s/^by(\w)/by_$1/; push @flist, $f; push @flist, shift @list if @list; dbg("sh/dx function $flist[-2] $flist[-1]") if isdbg('sh/dx');