From 62b3e84ca051f1d67509d649215da6a039f821c8 Mon Sep 17 00:00:00 2001 From: neersighted Date: Sat, 31 Mar 2012 08:57:51 -0700 Subject: [PATCH] message tweaks --- plugins/tell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tell.py b/plugins/tell.py index 9c903ad..10ed0eb 100755 --- a/plugins/tell.py +++ b/plugins/tell.py @@ -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():