X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fisolate.pl;h=7049ce92a449e0962825390dce7a81f2d7b136e1;hb=a453254d687774f352822492d500330a09fd7ebe;hp=34fe22a349a63a3c2e7945fb6dc0ab44cec0f52c;hpb=1040e3d1a4f69bb3c197e2892129343520d34383;p=spider.git diff --git a/cmd/set/isolate.pl b/cmd/set/isolate.pl index 34fe22a3..7049ce92 100644 --- a/cmd/set/isolate.pl +++ b/cmd/set/isolate.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); $create = !$user; $user = DXUser->new($call) if $create; if ($user) {