From a459d10cfaff176a1b05e0b6b055684d3fbd0ac9 Mon Sep 17 00:00:00 2001 From: lukeroge Date: Tue, 6 Mar 2012 18:00:34 +1300 Subject: [PATCH] why did we need that line? :P --- plugins/kill.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/kill.py b/plugins/kill.py index a4daedd..272f4c0 100755 --- a/plugins/kill.py +++ b/plugins/kill.py @@ -48,5 +48,4 @@ def kill(inp, me=None, nick=None, input=None, notice=None): kill = random.choice(kills) kill = re.sub ('', target, target) kill = re.sub ('', random.choice(body), target) - msg = kill - me(msg) + me(kill)