X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fclear%2Fspots.pl;h=a7aa20af36bacfe054b3b66a17dfd7c66e8b637c;hp=5ba0c8de595150d22358da773f348d5e2588d6a8;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/clear/spots.pl b/cmd/clear/spots.pl index 5ba0c8de..a7aa20af 100644 --- a/cmd/clear/spots.pl +++ b/cmd/clear/spots.pl @@ -18,7 +18,7 @@ my $f; if ($self->priv >= 8) { if (@f && is_callsign(uc $f[0])) { $f = uc shift @f; - my $uref = DXUser->get($f); + my $uref = DXUser::get($f); $call = $uref->call if $uref; } elsif (@f && lc $f[0] eq 'node_default' || lc $f[0] eq 'user_default') { $call = lc shift @f;