+23Apr01=======================================================================
+1. fix very long standing bug in storing and transmitting spots. The decimal
+point was left off :-(
22Apr01=======================================================================
1. Sysops can now have full privileges if there is a ExtMsg listener on
localhost (or everything) and they telnet to localhost and login with their
my @out = @_[0..4]; # just up to the spotter
# normalise frequency
- $_[0] = sprintf "%.f", $_[0];
+ $_[0] = sprintf "%.1f", $_[0];
# remove ssids if present on spotter
$out[4] =~ s/-\d+$//o;