X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fspots%2FGB7DJK.pl.issue;h=14f21281c3cdfac58621f7f4bb124bf2af87e3c9;hb=refs%2Ftags%2FR_1_49;hp=006ea2bfa1bb50ec8626016378e9a729144ea362;hpb=8942c27356acc5d5f5a20134461bcf7e6bd6a044;p=spider.git diff --git a/filter/spots/GB7DJK.pl.issue b/filter/spots/GB7DJK.pl.issue index 006ea2bf..14f21281 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,15 @@ # 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' ], +# [ 0, 12, 'a', '^IK5PWJ', 0 ] , + [ 1, 0, 'd', 0, 3 ] ];