0693b366 by Barry

Bug fix for the blocker.

1 parent da26ef74
......@@ -526,13 +526,14 @@ Stuff:
if not data:
data = []
try:
if 'aa737a5846' in message.content:
client.send_message(message.channel, '{} you stop it, your a pedofile {}, stop looking at little girls.'.format(message.author.mention()))
if 'aa737a5846' in message.content[12:]:
client.send_message(message.channel, '{} you stop it, you are a pedofile, stop looking at little girls.'.format(message.author.mention()))
return
data.append(byteify(message.content[12:]))
jdata = json.dumps(data, ensure_ascii=False)
except:
except Exception as e:
print e.message
client.send_message(message.channel, 'Your shitty fortune has been rejected {}.'.format(message.author.mention()))
return
......