This commit is contained in:
lukeroge 2011-12-30 22:10:13 +13:00
parent 46fd8b2309
commit 8104d82179

View file

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