X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fspoof.pl;h=9616f6579cfcf90f88cb7a483ee6dd75c3e9c3c5;hb=7de34899527cbc4dfacdcc6452926b3d2d73792c;hp=8c8fda85c6b516afc3d769eb6e4a4c38a085c5cc;hpb=09c40605dd6922b1ac8d08767614697f51e094b2;p=spider.git diff --git a/cmd/spoof.pl b/cmd/spoof.pl index 8c8fda85..9616f657 100644 --- a/cmd/spoof.pl +++ b/cmd/spoof.pl @@ -25,7 +25,7 @@ if ($self->priv < 9) { my @out; $call = uc $call; -my $user = DXUser->get($call); +my $user = DXUser->get_exact($call); unless ($user) { $user = DXUser->new($call); push @out, $self->msg('spf1', $call);