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