X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fobscount.pl;h=1bf73e2d915d41adb051c71b30c29592d1326f63;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=e37387fe12f4258bd58eed6de543659880a34bdd;hpb=e9c1322080e18fb8f6f3f0e54bfcbdf3f4da3909;p=spider.git diff --git a/cmd/set/obscount.pl b/cmd/set/obscount.pl index e37387fe..1bf73e2d 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,9 +20,9 @@ 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); + $user = DXUser::get_current($call); if ($user) { unless ($user->is_node) { push @out, $self->msg('e13', $call);