Format everything to pep8 guidelines
This commit is contained in:
parent
cd4b65de3d
commit
99fe34a0b1
33 changed files with 142 additions and 107 deletions
|
@ -32,7 +32,7 @@ def seen_sieve(paraml, input=None, db=None):
|
|||
@hook.command
|
||||
def seen(inp, nick='', chan='', db=None, input=None):
|
||||
"""seen <nick> <channel> -- Tell when a nickname was last in active in one of this bot's channels."""
|
||||
|
||||
|
||||
if input.conn.nick.lower() == inp.lower():
|
||||
return "You need to get your eyes checked."
|
||||
|
||||
|
|
Reference in a new issue