From: Dirk Koopman Date: Thu, 29 Aug 2019 10:28:06 +0000 (+0100) Subject: add a 'not found' message if sh/dx shows nothing X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=c5f4d6db53b0e8c62b61fd0c3f568a5a2934ea1d add a 'not found' message if sh/dx shows nothing --- diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index 21a126b6..192d252f 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -406,6 +406,7 @@ push @out, $self->spawn_cmd("sh/dx $line", \&Spot::search, } } } + push @out, $self->msg('e3', "sh/dx", "'$line'") unless @out; $dxchan->send(@out); });