X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fspoof.pl;h=7b9e20d47cb1688f3c515cb0d44540c8e8393464;hb=4d15706f4faf4a779650492077b08434e99f748e;hp=9616f6579cfcf90f88cb7a483ee6dd75c3e9c3c5;hpb=7de34899527cbc4dfacdcc6452926b3d2d73792c;p=spider.git diff --git a/cmd/spoof.pl b/cmd/spoof.pl index 9616f657..7b9e20d4 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_exact($call); +my $user = DXUser->get_current($call); unless ($user) { $user = DXUser->new($call); push @out, $self->msg('spf1', $call);