Disable badword list since my VPS is down

master
Sfan5 2013-07-12 22:12:40 +02:00
parent 5060f367fd
commit 28cfc9fa63
1 changed files with 1 additions and 1 deletions

View File

@ -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