X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fclx.pl;h=f27174add4d6540120e066d9adb781fa209f4ff8;hb=c32170b5b05416143021fb165a27072ce861350b;hp=f453e41fbe4b95a1930c4d0f4498c502278d2ae3;hpb=2a43619b670b8f9249558f814b0183262c3ba4f6;p=spider.git diff --git a/cmd/set/clx.pl b/cmd/set/clx.pl index f453e41f..f27174ad 100644 --- a/cmd/set/clx.pl +++ b/cmd/set/clx.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 {