X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fspots%2FGB7DJK.pl.issue;h=184e53559e34e2246506832fe4045a982dce3789;hb=e0278322b79d09a997ed7df948c57b58f02b139c;hp=006ea2bfa1bb50ec8626016378e9a729144ea362;hpb=8942c27356acc5d5f5a20134461bcf7e6bd6a044;p=spider.git diff --git a/filter/spots/GB7DJK.pl.issue b/filter/spots/GB7DJK.pl.issue index 006ea2bf..184e5355 100644 --- a/filter/spots/GB7DJK.pl.issue +++ b/filter/spots/GB7DJK.pl.issue @@ -1,9 +1,8 @@ # -# This is an example filter for the 'isolated' node k1xx +# This is an example filter for the 'isolated' node GB7YDX # -# I give him any spots that have a spotter or a spotted in the -# US. In other filters on the UK side I do the opposite see -# GB7DJK.pl.issue +# I give him all spots with a fixed hop count of one using the +# 'default' rule. # # The element list is:- # 0 = frequency @@ -19,9 +18,14 @@ # 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 this the first arg is 'true', next is null, next is 'd' for +# default rule, next is null (ignored) and last is 2 which is the +# hop count $in = [ - [ 1, 9, 'n', [ 14,15 ] ], # 14 and 15 is CQ region for europe - [ 1, 11, 'n', [ 14,15 ] ], - [ 0, 0, 'd' ], + [ 1, 0, 'd', 0, 4 ] ];