From: minima Date: Mon, 31 Jul 2000 21:01:32 +0000 (+0000) Subject: Fix sh/node? X-Git-Tag: R_1_43~11 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=4838079dddbf1e6fce8aaf1241dd76584e65c291;p=spider.git Fix sh/node? --- diff --git a/Changes b/Changes index c1b9e423..2e4be4fc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ 1. try to fix paging problem. 2. added help for spoof and set/forward 3. fixed bogus callsign check for field 2 of a PC12 +4. Add DB_File to DXCommandmode to make it available for commands 30Jul00======================================================================= 1. Added talk mode so that I don't have to keep typing T all the time. 2. fiddled around with storing of Debug messages a bit more. diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index d8f6eb54..4a8fbac1 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -29,6 +29,7 @@ use DXDb; use AnnTalk; use WCY; use Sun; +use DB_File; use strict; use vars qw(%Cache %cmd_cache $errstr %aliases $scriptbase);