X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fspots%2FG8TIC.pl.issue;h=86c9af2b6ea982ebafd37852e140c7d65ab6cd49;hb=refs%2Fheads%2Fstaging;hp=2ef06c21de7dd7b71361453e0066e286216e0532;hpb=c76ab8699fefc248e49fcf33b208604cc753f703;p=spider.git diff --git a/filter/spots/G8TIC.pl.issue b/filter/spots/G8TIC.pl.issue index 2ef06c21..86c9af2b 100644 --- a/filter/spots/G8TIC.pl.issue +++ b/filter/spots/G8TIC.pl.issue @@ -31,13 +31,10 @@ # 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 +# The hop count IS required on all lines. It won't work without! # $in = [ - [ 1, 0, 'r', [ 50000.0, 3000000.0 ] ], # no hops required - [ 0, 0, 'd' ], # don't want anything else + [ 1, 0, 'r', [ 50000.0, 3000000.0 ], 1 ], # hops _ARE_ required + [ 0, 0, 'd', 0, 1 ], # don't want anything else ];