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