From 8efb8a9e2eccd817e065c1907c115587211c11de Mon Sep 17 00:00:00 2001 From: minima Date: Sun, 20 Aug 2000 08:41:32 +0000 Subject: [PATCH] added system alias for set/nodxgrid --- Changes | 2 ++ cmd/Aliases | 1 + data/bands.pl | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 6b16e194..25a1007d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +20Aug00======================================================================= +1. Added system Alias for set/nodxgrid => unset/dxgrid 19Aug00======================================================================= 1. Added an efficiency thing for AUTOLOADed accessors from OO Perl by Conway. 2. Fiddled with the rtty and digital bandplan frequencies. diff --git a/cmd/Aliases b/cmd/Aliases index 7b3d1a50..c6aab03c 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -88,6 +88,7 @@ package CmdAlias; '^set/nobe', 'unset/beep', 'unset/beep', '^set/nohe', 'unset/here', 'unset/here', '^set/noan', 'unset/announce', 'unset/announce', + '^set/nodxg', 'unset/dxgrid', 'unset/dxgrid', '^set/nodx', 'unset/dx', 'unset/dx', '^set/noe', 'unset/echo', 'unset/echo', '^set/nota', 'unset/talk', 'unset/talk', diff --git a/data/bands.pl b/data/bands.pl index abc62e58..10689282 100644 --- a/data/bands.pl +++ b/data/bands.pl @@ -68,8 +68,8 @@ '15m' => bless( { band => [ 21000, 21450 ], cw => [ 21000, 21150 ], - data => [ 21080, 21119 ], - rtty => [ 21080, 21119 ], + data => [ 21070, 21119 ], + rtty => [ 21070, 21119 ], ssb => [ 21151, 21450] }, 'Bands'), -- 2.34.1