From f947241f6d5b47238e1fbb434de928bd5b89550c Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 24 Feb 2005 13:06:06 +0000 Subject: [PATCH] removed extranious group from dx command --- cmd/dx.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1