From 28cfc9fa63bbf41c6c296d44ffe4b11ac96105e2 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Fri, 12 Jul 2013 22:12:40 +0200 Subject: [PATCH] Disable badword list since my VPS is down --- chop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chop.py b/chop.py index 387c7c4..323e04f 100755 --- a/chop.py +++ b/chop.py @@ -9,7 +9,7 @@ chop = {} chop["badword_limit"] = 4 chop["badword_enabled"] = True chop["victims"] = {} # for future use -badword_list = web.get("http://sfan5.minetest.net/badwords.txt") +badword_list = ""#web.get("http://sfan5.minetest.net/badwords.txt") def num_badwords(sentence): badwords = 0