We don't need these

This commit is contained in:
Luke Rogers 2012-05-10 09:16:24 +12:00
parent 37b50b3fee
commit fc1f7cd193

View file

@ -4,8 +4,6 @@ import random
nick_re = re.compile(r"^[A-Za-z0-9_|\.\-\]\[]*$")
insults = []
flirts = []
with open("plugins/data/insults.txt") as f:
insults = [line.strip() for line in f.readlines()