X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fwantpc16.pl;h=9006b1c6df776677d8820a424b981efa9310c5e8;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=de0a0ddd1078148fc62914093218fb33d6cd3449;hpb=1006337e105ab06a0e468bc483332fd385dd5240;p=spider.git diff --git a/cmd/set/wantpc16.pl b/cmd/set/wantpc16.pl index de0a0ddd..9006b1c6 100644 --- a/cmd/set/wantpc16.pl +++ b/cmd/set/wantpc16.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->wantpc16(1); $user->put;