add CTY-3304
[spider.git] / filter / ann / g+dk0-only.pl.issue
1 #
2 # This is an example announce or filter allowing only West EU announces
3
4 # The element list is:-
5 # 0 - callsign of announcer
6 # 1 - destination * = all, <callsign> = routed to the node
7 # 2 - text
8 # 3 - * - sysop, <some text> - special list eg 6MUK, ' ', normal announce
9 # 4 - origin
10 # 5 - 0 - announce, 1 - wx
11 # 6 - channel callsign (the interface from which this spot came)
12
13 $in = [
14         [ 1, 0, 'a', '^(G|M|2|DK0WCY)' ],
15         [ 0, 0, 'd', 0 ]
16 ];
17