pep8 much?
This commit is contained in:
parent
e77e45d8b8
commit
ed50bc746c
33 changed files with 92 additions and 99 deletions
|
@ -53,5 +53,3 @@ def flirt(inp, nick=None, me=None, input=None):
|
|||
if inp == input.conn.nick.lower() or inp == "itself":
|
||||
msg = "flirts with itself... \"" + random.choice(flirts) + "\""
|
||||
me(msg)
|
||||
|
||||
|
||||
|
|
Reference in a new issue