X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=filter%2Fann%2FGB7MBC.pl.issue;fp=filter%2Fann%2FGB7MBC.pl.issue;h=5d37fb63d616ef6869f7927f9e07eb9354317460;hb=cc91428ca79b3cdfdc7733505384f5983ad6c7fa;hp=0000000000000000000000000000000000000000;hpb=77727aa5c288b8b34cb0e05cea45a367fa1f9b6c;p=spider.git diff --git a/filter/ann/GB7MBC.pl.issue b/filter/ann/GB7MBC.pl.issue new file mode 100644 index 00000000..5d37fb63 --- /dev/null +++ b/filter/ann/GB7MBC.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', '^(P[ABCDE]|G|M|2|EI|F|ON|LX|HB9)' ], + [ 0, 0, 'd', 0 ] +]; +