X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Frcmd.pl;h=31a021812be8f9ad2dfa2c86e88c1055bc2d0fe5;hb=6ccc3a6e864a2fee18786a7070400c7c4f22cf7c;hp=8afb5b4586383d0d089e71b51a4f170f73fe49eb;hpb=329702a31bd4a526077c713b12ede457276c79db;p=spider.git diff --git a/cmd/rcmd.pl b/cmd/rcmd.pl index 8afb5b45..31a02181 100644 --- a/cmd/rcmd.pl +++ b/cmd/rcmd.pl @@ -22,11 +22,7 @@ $line =~ s/^\s*$call\s+//; # can we see it? Is it a node? $call = uc $call; -my $noderef = DXCluster->get_exact($call); -unless ($noderef) { - $noderef = DXChannel->get($call); - $noderef = undef unless $noderef && $noderef->is_node; -} +my $noderef = Route::Node::get($call); return (1, $self->msg('e7', $call)) unless $noderef; # rcmd it