added warc and contesthf to bands.pl
authorminima <minima>
Wed, 21 Aug 2002 17:13:40 +0000 (17:13 +0000)
committerminima <minima>
Wed, 21 Aug 2002 17:13:40 +0000 (17:13 +0000)
Changes
data/bands.pl

diff --git a/Changes b/Changes
index 5c07d46c7be10cf05ab3cbda4dfbf5e0a31cc740..460ab7c2921a6e16f283b12a4c9acf1378242496 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+21Aug02=======================================================================
+1. added 'warc' and 'contesthf' to the regions in bands.pl (K1XX).
 20Aug02=======================================================================
 1. fix lines containing just the character '0' in messages (and console.pl)
 (K1XX).
index 33f51fea071fe15ebca559ed06fe6b17c01d66e0..9d98a173262696a5d2490f3753d8149afd98b301 100644 (file)
 %regions = (
                        vlf => [qw( 73khz 136khz )],
                        hf => [qw( 160m 80m 60m 40m 30m 20m 17m 15m 12m 10m )],
+                       contesthf => [qw( 160m 80m 40m 20m 15m 10m )],
                        vhf => [qw( 6m 4m 2m 220 )],
                        vhfradio => [qw( band1 band2 )],
                        vhftv => [qw( band1 band3 )],
                        shf => [qw( 23cm 13cm 9cm 6cm 3cm )],
                        pmr => [qw( pmrlow pmrmid pmrhigh pmruhf )],
                        spe => [qw( 10m 6m 4m 2m )],
+                       warc => [qw( 60m 30m 17m 12m )],
                        all => [qw( 73khz 136khz 160m 80m 60m 40m 30m 20m 17m 15m 12m 10m 6m 4m 2m 220 70cm 23cm 9cm 6cm 3cm 12mm 6mm )],
                   );