X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;fp=cmd%2Fdx.pl;h=7ab6cce2e4d27ae2422cced80993092381f497d1;hb=f947241f6d5b47238e1fbb434de928bd5b89550c;hp=9a9aff7108a2c58b0b9f079702d4650effd5b982;hpb=cce337f777f0b7668cceebb40527fd1e106729c9;p=spider.git diff --git a/cmd/dx.pl b/cmd/dx.pl index 9a9aff71..7ab6cce2 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -105,7 +105,7 @@ return (1, @out) unless $valid; # Store it here (but only if it isn't baddx) my $t = (int ($main::systime/60)) * 60; my @spot = Spot::prepare($freq, $spotted, $t, $line, $spotter, $main::mycall); -my $thing = Thingy::Dx->new(origin=>$main::mycall, group=>'DX', user=>$spotter); +my $thing = Thingy::Dx->new(user=>$spotter); $thing->from_DXProt(spotdata=>\@spot); if ($DXProt::baddx->in($spotted) || $freq =~ /^69/ || $localonly) {