X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fspots%2FK1XX.pl.issue;h=1e7feaa04c70c0d51a5c7abd6358d5c9140ecd79;hb=7c7080ad7019d6e23a8ad401256122e81fa03a5a;hp=e116564ff8518508a04fef881ad54244d8fd1533;hpb=6aca4e461103870de99b0ce452f21cf7fedeb54b;p=spider.git diff --git a/filter/spots/K1XX.pl.issue b/filter/spots/K1XX.pl.issue index e116564f..1e7feaa0 100644 --- a/filter/spots/K1XX.pl.issue +++ b/filter/spots/K1XX.pl.issue @@ -4,20 +4,37 @@ # 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 +## +# the elements of each list are # -# The element list is:- -# 0 = frequency -# 1 = call -# 2 = date in unix format -# 3 = comment -# 4 = spotter -# 5 = spotted dxcc country -# 6 = spotter's dxcc country -# 7 = origin -# 8 = spotted itu -# 9 = spotted cq -# 10 = spotter's itu -# 11 = spotter's cq +# [action, field_no, sort, possible_values, hops] +# +# where:- +# +# action is 1 or 0 +# +# the field list is:- +# 0 = frequency +# 1 = call +# 2 = date in unix format +# 3 = comment +# 4 = spotter +# 5 = spotted dxcc country +# 6 = spotter's dxcc country +# 7 = origin +# 8 = spotted itu +# 9 = spotted cq +# 10 = spotter's itu +# 11 = spotter's cq +# 12 = callsign of the channel on which the spot has appeared +# +# sort is +# n - numeric list of numbers e.g. [ 1,2,3 ] +# r - ranges of pairs of numbers e.g. between 2 and 4 or 10 to 17 - [ 2,4, 10,17 ] +# a - an alphanumeric regex +# d - the default rule +# +# if hops is left out or zero then the existing hop count will be used as normal # # The spot data (in this case '15') is the used as the hop count # if this is missing then the normal default applies @@ -25,6 +42,6 @@ $in = [ [ 1, 5, 'n', [ 226 ], 15 ], # dxcc country 226 is the US - [ 1, 6, 'a', [ 226 ], 15 ], + [ 1, 6, 'n', [ 226 ], 15 ], [ 0, 0, 'd' ], # default action (don't forward) ];