1. added $actiondata to filter line to allow per action data such as no of hops
[spider.git] / filter / spots / GB7DJK.pl.issue
index 006ea2bfa1bb50ec8626016378e9a729144ea362..c69136cdf8fd39ad11f7c66a9f165402771cfb32 100644 (file)
 #   10 = spotter's itu
 #   11 = spotter's cq
 #
+# The spot data (in this case '15') is the used as the hop count
+# if this is missing then the normal default applies
+#
 
 $in = [
-          [ 1, 9, 'n', [ 14,15 ] ],   # 14 and 15 is CQ region for europe   
-          [ 1, 11, 'n', [ 14,15 ] ],  
+          [ 1, 9, 'n', [ 14,15 ], 15 ],   # 14 and 15 is CQ region for europe   
+          [ 1, 11, 'n', [ 14,15 ], 15 ],  
        [ 0, 0, 'd' ],
 ];