X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Ftalk.pl;h=fa7ade223f94594e0a476c7bb859601ae14800d9;hb=f8e8ba13693b1a7685601f1847cb8e6493604ed9;hp=827ff672d3a26210af2e95aabe8ddabc0f53a6ff;hpb=7de34899527cbc4dfacdcc6452926b3d2d73792c;p=spider.git diff --git a/cmd/talk.pl b/cmd/talk.pl index 827ff672..fa7ade22 100644 --- a/cmd/talk.pl +++ b/cmd/talk.pl @@ -30,7 +30,7 @@ $ref = DXChannel->get($call) unless $ref; # is it local? # if we haven't got an explicit via and we can't see them, try their node unless ($ref || $via) { - my $user = DXUser->get($call); + my $user = DXUser->get_current($call); $ref = DXCluster->get_exact($user->node) if $user; if ($ref) { $via = $user->node;