pep8 much?
This commit is contained in:
parent
e77e45d8b8
commit
ed50bc746c
33 changed files with 92 additions and 99 deletions
|
@ -30,7 +30,7 @@ items = ["cast iron skillet",
|
|||
"chunk of dirt"]
|
||||
|
||||
@hook.command
|
||||
def slap(inp, me = None, nick = None, input=None, notice=None):
|
||||
def slap(inp, me=None, nick=None, input=None, notice=None):
|
||||
".slap <user> -- Makes the bot slap <user>."
|
||||
inp = inp.strip()
|
||||
|
||||
|
@ -48,4 +48,3 @@ def slap(inp, me = None, nick = None, input=None, notice=None):
|
|||
msg = re.sub ('<item>', random.choice(items), slap)
|
||||
|
||||
me(msg)
|
||||
|
||||
|
|
Reference in a new issue