Fix sh/node?
authorminima <minima>
Mon, 31 Jul 2000 21:01:32 +0000 (21:01 +0000)
committerminima <minima>
Mon, 31 Jul 2000 21:01:32 +0000 (21:01 +0000)
Changes
perl/DXCommandmode.pm

diff --git a/Changes b/Changes
index c1b9e423c735f0b724e157484d6ca02df431ccf6..2e4be4fcfd72cce30fd9a9cbe78c03ade8d79ec0 100644 (file)
--- 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 <call> all the time.
 2. fiddled around with storing of Debug messages a bit more.
index d8f6eb54d6bbb7ab61b603b058ac5b71da874d49..4a8fbac1afe82e8347b5679aeb9ade2ea2d2548d 100644 (file)
@@ -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);