]> git.etc.gen.nz Git - spong.git/commitdiff
fix assignment of config _hash_
authorJan Willamowius <jan@willamowius.de>
Tue, 4 Oct 2005 09:03:04 +0000 (09:03 +0000)
committerJan Willamowius <jan@willamowius.de>
Tue, 4 Oct 2005 09:03:04 +0000 (09:03 +0000)
config/spong.message

index 96ab7cd378ceb0b700afef69bfaa098d0df5348d..e5ee1ed125d3c55ce01e5bea510b7deaa1d82ea4 100755 (executable)
@@ -1,6 +1,6 @@
 # spong.message - spong-message program configure file
 #
-# $Id: spong.message,v 1.7 2003/05/11 03:03:54 sljohnson Exp $
+# $Id: spong.message,v 1.8 2005/10/04 09:03:04 willamowius Exp $
 
 # This flag determines the how the overall rules are matched due a rules scan
 # 'FIRST-MATCH' means that the first rule matches is used and the scanning stop
@@ -15,11 +15,11 @@ $GLOBAL_FILTERS = {
        
     # Valid values are 'all','red','yellow','green','blue','purple','clear'
     # Defaults to 'all' if not defined
-    include_colors = ['all'],
+    include_colors => ['all'],
 
     # Valid values are 'red','yellow','green','blue','purple','clear'
     # Defaults to no colors if not defined
-    exclude_colors = ['purple','clear'],               
+    exclude_colors => ['purple','clear'],              
 };
 
 $MESSAGING_RULES = [