add the possibility to search for a string in sh/cmd
[spider.git] / cmd / unset / here.pl
index 4da517c111cfe252d9fde761d317cdae619026ee..d83d59cbbeb721ee56271cffdaaf681548cd6214 100644 (file)
@@ -15,7 +15,7 @@ my @out;
 
 foreach $call (@args) {
        $call = uc $call;
-       my $dxchan = DXChannel->get($call);
+       my $dxchan = DXChannel::get($call);
        if ($dxchan) {
                $dxchan->here(0);
                push @out, $self->msg('hereu', $call);
@@ -25,7 +25,7 @@ foreach $call (@args) {
                        $ref->here(0);
                        my $s = DXProt::pc24($ref);
                        DXProt::eph_dup($s);
-                       DXProt::broadcast_all_ak1a($s, $DXProt::me) ;
+                       DXChannel::broadcast_all_nodes($s, $main::me) ;
                }
        } else {
                push @out, $self->msg('e3', "Unset Here", $call);