X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fset%2Fobscount.pl;h=1bf73e2d915d41adb051c71b30c29592d1326f63;hp=1e9b53b5d45e64d3e0c28504eca7ab7ef588e602;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/set/obscount.pl b/cmd/set/obscount.pl index 1e9b53b5..1bf73e2d 100644 --- a/cmd/set/obscount.pl +++ b/cmd/set/obscount.pl @@ -22,7 +22,7 @@ foreach $call (@args) { $call = uc $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);