X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fisolate.pl;h=b90f0c2bddeff9501963aea081cba06223d0f025;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=89d8257b0fe5f71d3e1afa692eaaca3d7f8bed2d;hpb=bcf099764f49e68ef016964e420b906e7900623e;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 {