X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fobscount.pl;h=1e9b53b5d45e64d3e0c28504eca7ab7ef588e602;hb=e6c2021620d175b0aa8e5b76fc4ba2f5509b8ba7;hp=e37387fe12f4258bd58eed6de543659880a34bdd;hpb=e9c1322080e18fb8f6f3f0e54bfcbdf3f4da3909;p=spider.git diff --git a/cmd/set/obscount.pl b/cmd/set/obscount.pl index e37387fe..1e9b53b5 100644 --- a/cmd/set/obscount.pl +++ b/cmd/set/obscount.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -20,7 +20,7 @@ return (1, $self->msg('e12')) unless @args; foreach $call (@args) { $call = uc $call; - my $dxchan = DXChannel->get($call); + my $dxchan = DXChannel::get($call); $user = $dxchan->user if $dxchan; $user = DXUser->get_current($call); if ($user) {