message tweaks

This commit is contained in:
neersighted 2012-03-31 08:57:51 -07:00
parent 79edc5e8bc
commit 62b3e84ca0

View file

@ -87,7 +87,7 @@ def tell(inp, nick='', chan='', db=None, input=None, notice=None):
chan = 'a pm'
if user_to == user_from.lower():
notice("Nope.")
notice("Have you looked in a mirror lately?")
return
if user_to.lower() == input.conn.nick.lower():