X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FExtMsg.pm;h=75b025f397cf34f553799460ed57318584c01490;hb=980b697bd47c8f575b1c9a7f01f9b01adc6746bd;hp=ae0e218b25c8575a73b71efeb0d4ed2cffbd3a56;hpb=881637ac550fc824c3f8784f7fa8253b47ef5a64;p=spider.git diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index ae0e218b..75b025f3 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -95,7 +95,7 @@ sub dequeue &{$conn->{rproc}}($conn, "I$conn->{call}|$msg"); } elsif ($conn->{state} eq 'WL' ) { $msg = uc $msg; - if (is_callsign($msg)) { + if (is_callsign($msg) && $msg !~ m|/| ) { my $sort = $conn->{csort}; $sort = 'local' if $conn->{peerhost} eq "127.0.0.1"; $conn->to_connected($msg, 'A', $sort);