X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fsendpc16.pl;h=0ef16cb3c89d76d6052f5b8ae6e0e59011af83db;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=0531905f0fae985768bb7532f707770e934154e0;hpb=1006337e105ab06a0e468bc483332fd385dd5240;p=spider.git diff --git a/cmd/unset/sendpc16.pl b/cmd/unset/sendpc16.pl index 0531905f..0ef16cb3 100644 --- a/cmd/unset/sendpc16.pl +++ b/cmd/unset/sendpc16.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2002 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -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;