X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Farcluster.pl;h=cfed97ab5651e38b37aae8b143a3119dda0c6d35;hb=f493dbf120a0a175a7788ee51c9928377b0f4c50;hp=4e1dd45204ae9d403de55c3eedafb19489b0169e;hpb=2a43619b670b8f9249558f814b0183262c3ba4f6;p=spider.git diff --git a/cmd/set/arcluster.pl b/cmd/set/arcluster.pl index 4e1dd452..cfed97ab 100644 --- a/cmd/set/arcluster.pl +++ b/cmd/set/arcluster.pl @@ -5,7 +5,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -19,7 +19,7 @@ return (1, $self->msg('e5')) if $self->priv < 5; 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 {