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 target = inp
else: else:
target = nick target = nick
kill = random.choice(kills) msg = random.choice(kills)
kill = re.sub ('<who>', target, target) msg = re.sub ('<who>', target, target)
kill = re.sub ('<body>', random.choice(body), target) msg = re.sub ('<body>', random.choice(body), target)
me(kill) me(msg)