X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fobscount.pl;h=8a6dc42541eeba851b92e7ec856521ae3263f0fb;hb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;hp=e37387fe12f4258bd58eed6de543659880a34bdd;hpb=2c2c45efbcce729b412cd1ec4e1298897c734a3f;p=spider.git diff --git a/cmd/set/obscount.pl b/cmd/set/obscount.pl index e37387fe..8a6dc425 100644 --- a/cmd/set/obscount.pl +++ b/cmd/set/obscount.pl @@ -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) {