Standardised shit

This commit is contained in:
lukeroge 2012-03-06 18:03:11 +13:00
parent a459d10cfa
commit 7a1dac692a

View file

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