From fc1f7cd193867bb2298747f91357c50d94cef1d6 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 10 May 2012 09:16:24 +1200 Subject: [PATCH] We don't need these --- plugins/feelings.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/feelings.py b/plugins/feelings.py index 41fbfee..99a7dec 100755 --- a/plugins/feelings.py +++ b/plugins/feelings.py @@ -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()