From 8104d82179de3eeca365370685372177649f54a6 Mon Sep 17 00:00:00 2001 From: lukeroge Date: Fri, 30 Dec 2011 22:10:13 +1300 Subject: [PATCH] Durr --- plugins/tell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tell.py b/plugins/tell.py index 0e612ba..89f1765 100644 --- a/plugins/tell.py +++ b/plugins/tell.py @@ -78,7 +78,7 @@ def tell(inp, nick='', chan='', db=None, input=None, notice=None): if len(query) != 2: notice(tell.__doc__) - return + return user_to = query[0].lower() message = query[1].strip()