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()