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