Standardised shit
This commit is contained in:
parent
a459d10cfa
commit
7a1dac692a
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue