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