part of making rcmd work again for async cmds
[spider.git] / cmd / show / dx.pl
index 192d252fce49addc2c46c79bb40c95d5497a5f81..19396a70eff5366dbd57b945d992d9985451802b 100644 (file)
@@ -407,7 +407,7 @@ push @out, $self->spawn_cmd("sh/dx $line", \&Spot::search,
                                                                        }
                                                                }
                                                                push @out, $self->msg('e3', "sh/dx", "'$line'") unless @out;
-                                                               $dxchan->send(@out);
+                                                               return @out;
                                                        });
 
 #my @res = Spot::search($expr, $fromday, $today, $from, $to, $hint, $dofilter ? $self : undef);