From: minima Date: Wed, 23 Jun 2004 17:48:07 +0000 (+0000) Subject: add help for sh/dx zone etc X-Git-Tag: R_1_51B~35 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=2538c30a81811749c0cdaf55b8c9f65ee7c5167d add help for sh/dx zone etc --- diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 1e43910b..cf0f9816 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -1908,15 +1908,33 @@ any order to the basic SHOW/DX command, they are:- You can also use this with the 'by' keyword so eg by W dxcc - real or rt Format the output the same as for real time spots. The + real or rt - Format the output the same as for real time spots. The formats are deliberately different (so you can tell one sort from the other). This is useful for some logging programs that can't cope with normal sh/dx output. An alias of SHOW/FDX is available. - filter Filter the spots, before output, with the user's + filter - Filter the spots, before output, with the user's spot filter. An alias of SHOW/MYDX is available. + zone - look for spots in the cq zone (or zones) specified. + zones are numbers separated by commas. + + by_zone - look for spots spotted by people in the cq zone + specified. + + itu - look for spots in the itu zone (or zones) specified + itu zones are numbers separated by commas. + + by_itu - look for spots spotted by people in the itu zone + specified. + + state - look for spots in the US state (or states) specified + The list is two letter state codes separated by commas. + + by_state - look for spots spotted by people in the US state + specified. + e.g. SH/DX 9m0 @@ -1928,6 +1946,10 @@ any order to the basic SHOW/DX command, they are:- SH/DX qra jn86 SH/DX dxcc oq2 SH/DX dxcc oq2 by w dxcc + SH/DX zone 4,5,6 + SH/DX by_zone 4,5,6 + SH/DX state in,oh + SH/DX by_state in,oh === 0^SHOW/DXCC ^Interrogate the spot database by country This command takes the (which can be a full or partial diff --git a/perl/Spot.pm b/perl/Spot.pm index 44cb5728..6c5c9162 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -123,7 +123,6 @@ sub prepare # remove ssids and /xxx if present on spotter $out[4] =~ s/-\d+$//o; - $out[4] =~ s|/\w+$||o; # remove leading and trailing spaces $_[3] = unpad($_[3]);