X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=46d427e0fb57333c5fe78a2425394429df65ac7c;hb=0dc47d7ba34d8ea89f210c024863d01b2b32122b;hp=eefbb8603380ad7e7c8978e64290598d6d290f02;hpb=7cf8fad46075f1ca2b8b30475a26a881c031a0ad;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index eefbb860..46d427e0 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -103,7 +103,7 @@ return (1, @out) unless $valid; # Store it here (but only if it isn't baddx) my $t = (int ($main::systime/60)) * 60; -return (1, $self->msg('dup')) if Spot::dup($freq, $spotted, $t, $line, $spotter); +return (1, $self->msg('dupspot')) if Spot::dup($freq, $spotted, $t, $line, $spotter); my @spot = Spot::prepare($freq, $spotted, $t, $line, $spotter, $main::mycall); if ($DXProt::baddx->in($spotted) || $freq =~ /^69/ || $localonly) {