From d90ff9fe9682961939e823a0a0cf171e208be58b Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 6 Dec 2004 15:21:59 +0000 Subject: [PATCH] fix problem with sh/mydx and no spotfilter --- Changes | 2 ++ cmd/show/dx.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 31ff4dd9..5d95a999 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +06Dec04======================================================================= +1. fix show/mydx if there is no defined spotfilter 07Oct04======================================================================= 1. added the ability for people to import chat from external programs. create a directory called /spider/chat_import, make sure it is writable diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index ecb5dddc..daf77a3d 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -86,7 +86,7 @@ while ($f = shift @list) { # next field next; } if (lc $f =~ /^filt/) { - $dofilter = 1; + $dofilter = 1 if $self->{spotfilter}; next; } if (lc $f eq 'qsl') { -- 2.34.1