X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdx.pl;h=7ab6cce2e4d27ae2422cced80993092381f497d1;hb=0e90c4070de00e403c4879d7e28e9d83592b5944;hp=9a9aff7108a2c58b0b9f079702d4650effd5b982;hpb=5b3c2c5e342c23fbab96b7573c5963344617878f;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) {