X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fspots%2FK1XX.pl.issue;fp=filter%2Fspots%2FK1XX.pl.issue;h=e116564ff8518508a04fef881ad54244d8fd1533;hb=6aca4e461103870de99b0ce452f21cf7fedeb54b;hp=3f226ef15c4e74999fb11c3a12f49e59bb71be5c;hpb=077c3e3a30c07735968cedd5d9da3ac0b51a7f42;p=spider.git diff --git a/filter/spots/K1XX.pl.issue b/filter/spots/K1XX.pl.issue index 3f226ef1..e116564f 100644 --- a/filter/spots/K1XX.pl.issue +++ b/filter/spots/K1XX.pl.issue @@ -19,9 +19,12 @@ # 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 = [ - [ 1, 5, 'n', [ 226 ] ], # dxcc country 226 is the US - [ 1, 6, 'a', [ 226 ] ], + [ 1, 5, 'n', [ 226 ], 15 ], # dxcc country 226 is the US + [ 1, 6, 'a', [ 226 ], 15 ], [ 0, 0, 'd' ], # default action (don't forward) ];