From c5f4d6db53b0e8c62b61fd0c3f568a5a2934ea1d Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Thu, 29 Aug 2019 11:28:06 +0100 Subject: [PATCH] add a 'not found' message if sh/dx shows nothing --- cmd/show/dx.pl | 1 + 1 file changed, 1 insertion(+) 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); }); -- 2.34.1