From: djk Date: Fri, 22 Oct 1999 19:01:07 +0000 (+0000) Subject: added sample 'user' announce filters X-Git-Tag: R_1_32~2 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=86de8312c9c485ff78fc9be5efac20636b978707 added sample 'user' announce filters --- 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 ] +]; + diff --git a/filter/ann/g-only.pl.issue b/filter/ann/g-only.pl.issue new file mode 100644 index 00000000..df5caacc --- /dev/null +++ b/filter/ann/g-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)' ], + [ 0, 0, 'd', 0 ] +]; +