X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Flocation.pl;h=8d1f135073264b5e44290eb7ce2e7696192a0247;hb=56c178d0f7a93f500bea68e2e999951538986f76;hp=41f44194005f73d2f404ead1377d220880ef45a8;hpb=3e6971e33c8757e1e952922c44903707379dd100;p=spider.git diff --git a/cmd/set/location.pl b/cmd/set/location.pl index 41f44194..8d1f1350 100644 --- a/cmd/set/location.pl +++ b/cmd/set/location.pl @@ -15,6 +15,7 @@ $line =~ s/^\s+//; $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);