My patch broke the bot, removed

This commit is contained in:
neersighted 2012-03-05 21:21:02 -08:00
parent 7a1dac692a
commit db52b15570

View file

@ -17,7 +17,6 @@ def decode(txt):
def censor(text):
text = text.decode('ascii', 'replace')
replacement = '[censored]'
if 'censored_strings' in bot.config:
words = map(re.escape, bot.config['censored_strings'])