X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fisolate.pl;h=b90f0c2bddeff9501963aea081cba06223d0f025;hb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;hp=89d8257b0fe5f71d3e1afa692eaaca3d7f8bed2d;hpb=2c2c45efbcce729b412cd1ec4e1298897c734a3f;p=spider.git diff --git a/cmd/set/isolate.pl b/cmd/set/isolate.pl index 89d8257b..b90f0c2b 100644 --- a/cmd/set/isolate.pl +++ b/cmd/set/isolate.pl @@ -19,7 +19,7 @@ return (1, $self->msg('e5')) if $self->priv < 9; foreach $call (@args) { $call = uc $call; - my $chan = DXChannel->get($call); + my $chan = DXChannel::get($call); if ($chan) { push @out, $self->msg('nodee1', $call); } else {