2 # send a manual PC protocol (or other) message to the callsign
4 # Copyright (c) 1998 Dirk Koopman G1TLH
10 my @f = split /\s+/, $line;
12 return (1, $self->msg('e5')) if $self->priv < 8 || $self->remotecmd || $self->inscript;
14 my $call = uc shift @f;
15 my $dxchan = DXChannel::get($call);
16 return (1, $self->msg('e10', $call)) if !$dxchan;
17 return (1, $self->msg('e8')) if @f <= 0;
19 $line =~ s/$call\s+//i; # remove callsign and space