message tweaks
This commit is contained in:
parent
79edc5e8bc
commit
62b3e84ca0
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def tell(inp, nick='', chan='', db=None, input=None, notice=None):
|
||||||
chan = 'a pm'
|
chan = 'a pm'
|
||||||
|
|
||||||
if user_to == user_from.lower():
|
if user_to == user_from.lower():
|
||||||
notice("Nope.")
|
notice("Have you looked in a mirror lately?")
|
||||||
return
|
return
|
||||||
|
|
||||||
if user_to.lower() == input.conn.nick.lower():
|
if user_to.lower() == input.conn.nick.lower():
|
||||||
|
|
Reference in a new issue