X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fhere.pl;h=6666d4e72d493eb65f749abff61dbbbc90cce20e;hb=2bd682330ce9b04c95ddf05715cfb643da2df0ea;hp=7e2991528551ef96c05a1fa2ca0373349481ff63;hpb=a9b7071fedfdb2150f3ef3d74e0d626b4f2dc0ea;p=spider.git diff --git a/cmd/unset/here.pl b/cmd/unset/here.pl index 7e299152..6666d4e7 100644 --- a/cmd/unset/here.pl +++ b/cmd/unset/here.pl @@ -16,11 +16,11 @@ my @out; foreach $call (@args) { $call = uc $call; my $dxchan = DXChannel->get($call); - my $ref = DXCluster->get($call); + my $ref = DXCluster->get_exact($call); if ($dxchan && $ref) { $dxchan->here(0); $ref->here(0); - DXProt::broadcast_ak1a(DXProt::pc24($ref)); + DXProt::broadcast_all_ak1a(DXProt::pc24($ref), $DXProt::me); push @out, $self->msg('hereu', $call); } else { push @out, $self->msg('e3', "Unset Here", $call);