X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fnode.pl;h=b681d783ab2574b219c8698b277466259546e20b;hb=a453254d687774f352822492d500330a09fd7ebe;hp=5fab45ebe178cbed5183a12af80da2dfb337512c;hpb=1040e3d1a4f69bb3c197e2892129343520d34383;p=spider.git diff --git a/cmd/unset/node.pl b/cmd/unset/node.pl index 5fab45eb..b681d783 100644 --- a/cmd/unset/node.pl +++ b/cmd/unset/node.pl @@ -23,7 +23,7 @@ foreach $call (@args) { if ($chan) { push @out, $self->msg('nodee1', $call); } else { - $user = DXUser->get_exact($call); + $user = DXUser->get($call); return (1, $self->msg('usernf', $call)) if !$user; $user->sort('U'); $user->close();