X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fforward%2Flatlong.pl;h=e10239890e3675173286cc7928c5faa5b6fd72c2;hb=613301f150d03d194b6c64542d4809c74b1986c6;hp=15712f003e635ade4a637623a582b0f09d7e50f4;hpb=91cb091ed723c5650202345ae9c4f0277e36f0a8;p=spider.git diff --git a/cmd/forward/latlong.pl b/cmd/forward/latlong.pl index 15712f00..e1023989 100644 --- a/cmd/forward/latlong.pl +++ b/cmd/forward/latlong.pl @@ -1,5 +1,5 @@ # -# merge_qra +# forward/latlong ... # # send out PC41s toward a node for every user that has a lat/long # @@ -16,7 +16,7 @@ my @out; my $dxchan; for ( map {uc $_ } split /\s+/, $line ) { - if (($dxchan = DXChannel->get($_)) && $dxchan->is_node) { + if (($dxchan = DXChannel::get($_)) && $dxchan->is_node) { push @dxchan, $dxchan; } else { push @out, $self->msg('e10', $_); @@ -46,4 +46,4 @@ for ($action = R_FIRST, $count = 0; !$DXUser::dbm->seq($key, $data, $action); $a } } } -return(1, @out, "$count records sent"); +return(1, @out, $self->msg('rec', $count));