X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Frcmd.pl;h=396cd45b68ae80df2b6b58f9011bfa4f102db630;hb=f155969d600561b9ef151a7ce2494a0c89aed033;hp=11a8caf533445d72e7d5fb378934515c1d94d96e;hpb=d95df4602737d4ad35e1b93e773e434c70ac5be5;p=spider.git diff --git a/cmd/rcmd.pl b/cmd/rcmd.pl index 11a8caf5..396cd45b 100644 --- a/cmd/rcmd.pl +++ b/cmd/rcmd.pl @@ -24,11 +24,11 @@ $call = uc $call; my $noderef = DXCluster->get_exact($call); unless ($noderef) { $noderef = DXChannel->get($call); - $noderef = undef unless $noderef && $noderef->is_ak1a; + $noderef = undef unless $noderef && $noderef->is_node; } return (1, $self->msg('e7', $call)) unless $noderef; # rcmd it -DXProt::addrcmd($self->call, $call, $line); +DXProt::addrcmd($self, $call, $line); return (1, $self->msg('rcmdo', $line, $call));