4 # Copyright (c) 1998 - Dirk Koopman
9 my ($self, $line) = @_;
10 my @args = split /\s+/, $line;
14 @args = $self->call if (!@args || $self->priv < 9);
16 foreach $call (@args) {
18 my $dxchan = DXChannel->get($call);
19 my $ref = DXCluster->get_exact($call);
20 if ($dxchan && $ref) {
23 DXProt::broadcast_all_ak1a(DXProt::pc24($ref), $DXProt::me);
24 push @out, $self->msg('heres', $call);
26 push @out, $self->msg('e3', "Set Here", $call);