4 # Copyright (c) 2000 Dirk Koopman G1TLH
8 my ($self, $line) = @_;
9 my @f = split /\s+/, $line;
11 my $call = $self->call;
13 if (@f && $self->priv >= 8) {
14 if (is_callsign(uc $f[0])) {
16 } elsif ($f[0] eq 'node_default' || $f[0] eq 'user_default') {
25 push @in, qw(ann spots route wcy wwv);
30 my $ref = Filter::read_in($sort, $call, 0);
31 my $hops = $ref ? $ref->{hops} : undef;
32 push @out, $self->msg('sethop2', $hops, '', $sort, $call) if $hops;
34 push @out, $self->msg('sethop3', $call) unless @out;