From: minima Date: Thu, 24 Feb 2005 13:06:06 +0000 (+0000) Subject: removed extranious group from dx command X-Git-Tag: R_1_52~142 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=f947241f6d5b47238e1fbb434de928bd5b89550c;p=spider.git removed extranious group from dx command --- 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) {