X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fann%2Fg%2Bdk0-only.pl.issue;fp=filter%2Fann%2Fg%2Bdk0-only.pl.issue;h=a537432bf0b73cfe76a2b8408eee759903971861;hb=86de8312c9c485ff78fc9be5efac20636b978707;hp=0000000000000000000000000000000000000000;hpb=82de56e409a19a05761794c9588713160b51144e;p=spider.git diff --git a/filter/ann/g+dk0-only.pl.issue b/filter/ann/g+dk0-only.pl.issue new file mode 100644 index 00000000..a537432b --- /dev/null +++ b/filter/ann/g+dk0-only.pl.issue @@ -0,0 +1,17 @@ +# +# This is an example announce or filter allowing only West EU announces +# +# The element list is:- +# 0 - callsign of announcer +# 1 - destination * = all, = routed to the node +# 2 - text +# 3 - * - sysop, - special list eg 6MUK, ' ', normal announce +# 4 - origin +# 5 - 0 - announce, 1 - wx +# 6 - channel callsign (the interface from which this spot came) + +$in = [ + [ 1, 0, 'a', '^(G|M|2|DK0WCY)' ], + [ 0, 0, 'd', 0 ] +]; +