added sample 'user' announce filters
authordjk <djk>
Fri, 22 Oct 1999 19:01:07 +0000 (19:01 +0000)
committerdjk <djk>
Fri, 22 Oct 1999 19:01:07 +0000 (19:01 +0000)
filter/ann/g+dk0-only.pl.issue [new file with mode: 0644]
filter/ann/g-only.pl.issue [new file with mode: 0644]

diff --git a/filter/ann/g+dk0-only.pl.issue b/filter/ann/g+dk0-only.pl.issue
new file mode 100644 (file)
index 0000000..a537432
--- /dev/null
@@ -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, <callsign> = routed to the node
+# 2 - text
+# 3 - * - sysop, <some text> - 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 (file)
index 0000000..df5caac
--- /dev/null
@@ -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, <callsign> = routed to the node
+# 2 - text
+# 3 - * - sysop, <some text> - 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 ]
+];
+