*** empty log message ***
[spider.git] / filter / spots / GB7DJK.pl.issue
1 #
2 # This is an example filter for the 'isolated' node GB7YDX
3
4 # I give him all spots with a fixed hop count of one using the
5 # 'default' rule.
6 #
7 # The element list is:-
8 #   0 = frequency
9 #   1 = call
10 #   2 = date in unix format
11 #   3 = comment
12 #   4 = spotter
13 #   5 = spotted dxcc country
14 #   6 = spotter's dxcc country
15 #   7 = origin
16 #   8 = spotted itu
17 #   9 = spotted cq
18 #   10 = spotter's itu
19 #   11 = spotter's cq
20 #
21 # The spot data (in this case '15') is the used as the hop count
22 # if this is missing then the normal default applies
23 #
24
25 # In this the first arg is 'true', next is null, next is 'd' for
26 # default rule, next is null (ignored) and last is 2 which is the
27 # hop count
28
29 $in = [
30         [ 0, 12, 'a', '^IK5PWJ', 0 ] ,
31         [ 1, 0, 'd', 0, 3 ]
32 ];