Spelling, docstrings

This commit is contained in:
Luke Rogers 2014-02-14 16:49:41 +13:00
parent a76ff29d4b
commit 004ceb79fc
6 changed files with 7 additions and 5 deletions

View file

@ -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