From: minima Date: Tue, 22 Jun 2004 13:03:17 +0000 (+0000) Subject: Fix help X-Git-Tag: R_1_51B~38 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=4e6ea4e7991cf205a61637e16f5cf852399e7ad9 Fix help use correct spotfilter --- diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 1f49e4ee..1e43910b 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -2140,7 +2140,7 @@ that you have set, first. This command, together with ACCEPT/SPOT or REJECT/SPOT, will allow you to customise the spots that you receive. -So if you have said: ACC/SPOT freq on hf +So if you have said: ACC/SPOT on hf Doing a SHOW/MYDX will now only, ever, show HF spots. All the other options on SH/DX can still be used. diff --git a/perl/Spot.pm b/perl/Spot.pm index 72a89807..3f5db145 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -233,7 +233,7 @@ sub search for (\$c = \$#spots; \$c >= 0; \$c--) { \$ref = \$spots[\$c]; if ($expr) { - if (\$dxchan && \$dxchan->{inspotsfilter}) { + if (\$dxchan && \$dxchan->{spotsfilter}) { if (\@\$ref < 9) { my \@dxcc = Prefix::cty_data(\$ref->[1]); if (\@dxcc) {