X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Funset%2Fsendpc16.pl;h=0ef16cb3c89d76d6052f5b8ae6e0e59011af83db;hp=59919491c7a1e90a39244e39abebe6613352aaed;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/unset/sendpc16.pl b/cmd/unset/sendpc16.pl index 59919491..0ef16cb3 100644 --- a/cmd/unset/sendpc16.pl +++ b/cmd/unset/sendpc16.pl @@ -16,7 +16,7 @@ return (1, $self->msg('e5')) if $self->priv < 9; foreach $call (@args) { return (1, $self->msg('e12')) unless is_callsign($call); - my $user = DXUser->get_current($call); + my $user = DXUser::get_current($call); if ($user) { $user->wantsendpc16(0); $user->put;