why did we need that line? :P

This commit is contained in:
lukeroge 2012-03-06 18:00:34 +13:00
parent de9fa026df
commit a459d10cfa

View file

@ -48,5 +48,4 @@ def kill(inp, me=None, nick=None, input=None, notice=None):
kill = random.choice(kills)
kill = re.sub ('<who>', target, target)
kill = re.sub ('<body>', random.choice(body), target)
msg = kill
me(msg)
me(kill)