X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fspoof.pl;h=7b9e20d47cb1688f3c515cb0d44540c8e8393464;hb=6c38bca91e6b75002e15cce29c45a894f675e22e;hp=8c8fda85c6b516afc3d769eb6e4a4c38a085c5cc;hpb=a453254d687774f352822492d500330a09fd7ebe;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);