X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fsendpc16.pl;h=a33c81605160d60d337a30c5cd01ff6b3c0a2c4c;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=342e99e7b4baa176cf44c8d458f97504a229f674;hpb=1006337e105ab06a0e468bc483332fd385dd5240;p=spider.git diff --git a/cmd/set/sendpc16.pl b/cmd/set/sendpc16.pl index 342e99e7..a33c8160 100644 --- a/cmd/set/sendpc16.pl +++ b/cmd/set/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(1); $user->put;