$line =~ s/\s+$//;
return (1, $self->msg('loce1')) if !$line;
+return (1, $self->msg('loce3', uc $line)) if DXBearing::is_qra($line);
return (1, $self->msg('loce2', $line)) unless $line =~ /\d+ \d+ [NnSs] \d+ \d+ [EeWw]/o;
$user = DXUser->get_current($call);
lh1 => '$main::data/hop_table.pl doesn\'t exist',\r
loce1 => 'Please enter your location,, set/location <latitude longitude>',\r
loce2 => 'Don\'t recognise \"$_[0]\" as a Lat/Long (eg 52 20 N 0 16 E)',\r
+ loce3 => '$_[0] is a QRA locator, please use: set/qra $_[0]',\r
loc => 'Your Lat/Long is now \"$_[0]\"',\r
lockout => '$_[0] Locked out',\r
lockoutc => '$_[0] Created and Locked out',\r