swish/commit

By default, disable chat spam protection

authorJan Wielemaker
Mon Oct 29 16:18:37 2018 +0100
committerJan Wielemaker
Mon Oct 29 16:18:37 2018 +0100
commit13819db3ba32a1a95a470a9c891962c3972a8051
tree71f0c3b0be0d435f6e566612ef2d7f3070c5691f
parentbdd40ce9626c7c1bec86c636243672583d53c19d
Diff style: patch stat
diff --git a/config-available/swish.pl b/config-available/swish.pl
index 9294e61..b9d03da 100644
--- a/config-available/swish.pl
+++ b/config-available/swish.pl
@@ -18,7 +18,8 @@ user:file_search_path(example,	 examples).
 
 % Allows users to extend the Examples menu by ticking the Example
 % checkbox.
-swish_config:config(community_examples, true).
+swish_config:config(community_examples,   true).
+swish_config:config(chat_spam_protection, false).
 
 % Load swish.  You need this.
 :- use_module(applications(swish)).