X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fspots%2FGB7DJK.pl.issue;fp=filter%2Fspots%2FGB7DJK.pl.issue;h=006ea2bfa1bb50ec8626016378e9a729144ea362;hb=8942c27356acc5d5f5a20134461bcf7e6bd6a044;hp=0000000000000000000000000000000000000000;hpb=8ac487c0c3297023df07493b11fe166d4c857081;p=spider.git diff --git a/filter/spots/GB7DJK.pl.issue b/filter/spots/GB7DJK.pl.issue new file mode 100644 index 00000000..006ea2bf --- /dev/null +++ b/filter/spots/GB7DJK.pl.issue @@ -0,0 +1,27 @@ +# +# This is an example filter for the 'isolated' node k1xx +# +# 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 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 +# + +$in = [ + [ 1, 9, 'n', [ 14,15 ] ], # 14 and 15 is CQ region for europe + [ 1, 11, 'n', [ 14,15 ] ], + [ 0, 0, 'd' ], +];