X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fspoof.pl;h=7b9e20d47cb1688f3c515cb0d44540c8e8393464;hb=6c38bca91e6b75002e15cce29c45a894f675e22e;hp=8c8fda85c6b516afc3d769eb6e4a4c38a085c5cc;hpb=08c1d4cfc96357b3706f50d683c53abfe802d16b;p=spider.git diff --git a/cmd/spoof.pl b/cmd/spoof.pl index 8c8fda85..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($call); +my $user = DXUser->get_current($call); unless ($user) { $user = DXUser->new($call); push @out, $self->msg('spf1', $call);