From 4444ed2b26ae07dabbcc3e511798e2d7df3a2846 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Mon, 17 Apr 2000 11:42:08 +0000 Subject: It is good idea to separate entries in list _somehow_. Adding/deleting to community lists from filters now works. --- filter/test.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'filter/test.conf') diff --git a/filter/test.conf b/filter/test.conf index abe9d3f..f266828 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -50,7 +50,10 @@ clist l; l = - empty -; l = add( l, (1,2) ); - print "Community list ", l; + l = add( l, (2,3) ); + print "Community list (1,2) (2,3) ", l; + l = delete( l, (2,3) ); + print "Community list (1,2) ", l; } function startup() -- cgit v1.2.3