08Nov99=======================================================================
1. added spoofing (mk1 version) for sysops, useful for those little jobs like
reseting a user's qra locator and such like "spoof g7brn set/qra jo02lq".
+2. fixed set/location so it stores the qra locator in the qra locator slot,
+NOT the lat/long (who wrote this stuff...?).
07Nov99=======================================================================
1. reduced the amount of stuff compared against for dup announces.
2. Check the regex for DK0WCY announces produces results before storing it as
$user->lat($lat);
$user->long($long);
DXProt::broadcast_all_ak1a(DXProt::pc41($call, 3, $line), $DXProt::me);
- if (!$user->qra) {
- my $qra = DXBearing::lltos($lat, $long);
+ unless ($user->qra && DXBearing::is_qra($user->qra) ) {
+ my $qra = DXBearing::lltoqra($lat, $long);
$user->qra($qra);
}