X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fobscount.pl;h=8464cb26cce65beab24b3defaa97fecf9f36da99;hb=7de34899527cbc4dfacdcc6452926b3d2d73792c;hp=457903778f403a521d012b497776838198360915;hpb=09c40605dd6922b1ac8d08767614697f51e094b2;p=spider.git diff --git a/cmd/set/obscount.pl b/cmd/set/obscount.pl index 45790377..8464cb26 100644 --- a/cmd/set/obscount.pl +++ b/cmd/set/obscount.pl @@ -24,7 +24,7 @@ foreach $call (@args) { $call = uc $call; my $dxchan = DXChannel->get($call); $user = $dxchan->user if $dxchan; - $user = DXUser->get($call) unless $user; + $user = DXUser->get_exact($call) unless $user; if ($user) { unless ($user->sort eq 'A' || $user->sort eq 'S') { push @out, $self->msg('e13', $call);