X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=4458768062b9898dff36b615a19b1aa10eaa12f2;hb=65f4d068c56ddb6e25d1f62b7ca6fd43741386b3;hp=371a3983a0ef2d6b74d33f47dedabf7cb03a5966;hpb=043ec29d2c3f7d807f02660417696f0e93e20880;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index 371a3983..44587680 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -443,7 +443,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);