X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=filter%2Fspots%2FK1XX.pl.issue;fp=filter%2Fspots%2FK1XX.pl.issue;h=3f226ef15c4e74999fb11c3a12f49e59bb71be5c;hb=8942c27356acc5d5f5a20134461bcf7e6bd6a044;hp=0000000000000000000000000000000000000000;hpb=8ac487c0c3297023df07493b11fe166d4c857081;p=spider.git diff --git a/filter/spots/K1XX.pl.issue b/filter/spots/K1XX.pl.issue new file mode 100644 index 00000000..3f226ef1 --- /dev/null +++ b/filter/spots/K1XX.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, 5, 'n', [ 226 ] ], # dxcc country 226 is the US + [ 1, 6, 'a', [ 226 ] ], + [ 0, 0, 'd' ], # default action (don't forward) +];