+14Jan06=======================================================================
+1. undo frequency rounding change, it causes more problems than it solves.
11Jan06=======================================================================
1. Fixed problem with badspotters doing ann/full as pointed out by Luigi
IK5ZUK.
$self->{u} = $from;
$self->{'-via'} = $via if $via && DXChannel::get($via);
$self->{o} = $main::mycall;
- $self->{id} = $self->nextid;
$self->route($dxchan);
push @$ref, $self;
my @out = @_[0..4]; # just up to the spotter
# normalise frequency
- $out[0] = sprintf "%.1f", $out[0]+0.05;
+ $out[0] = sprintf "%.1f", $out[0];
# remove ssids and /xxx if present on spotter
$out[4] =~ s/-\d+$//o;