Spelling, docstrings
This commit is contained in:
parent
a76ff29d4b
commit
004ceb79fc
6 changed files with 7 additions and 5 deletions
|
@ -91,7 +91,7 @@ def tell(inp, nick='', chan='', db=None, input=None, notice=None):
|
|||
return
|
||||
|
||||
if user_to.lower() == input.conn.nick.lower():
|
||||
# user is looking for us, being a smartass
|
||||
# user is looking for us, being a smart-ass
|
||||
notice("Thanks for the message, {}!".format(user_from))
|
||||
return
|
||||
|
||||
|
|
Reference in a new issue