pep8 much?

This commit is contained in:
neersighted 2012-02-29 00:29:53 -08:00
parent e77e45d8b8
commit ed50bc746c
33 changed files with 92 additions and 99 deletions

View file

@ -22,7 +22,7 @@ body = ['head',
'"special parts"']
@hook.command
def kill(inp, me = None, nick = None, input=None, notice=None):
def kill(inp, me=None, nick=None, input=None, notice=None):
".kill <user> -- Makes the bot kill <user>."
inp = inp.strip()
@ -40,4 +40,3 @@ def kill(inp, me = None, nick = None, input=None, notice=None):
msg = re.sub ('<body>', random.choice(body), kill)
me(msg)