Durr
This commit is contained in:
parent
46fd8b2309
commit
8104d82179
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def tell(inp, nick='', chan='', db=None, input=None, notice=None):
|
||||||
|
|
||||||
if len(query) != 2:
|
if len(query) != 2:
|
||||||
notice(tell.__doc__)
|
notice(tell.__doc__)
|
||||||
return
|
return
|
||||||
|
|
||||||
user_to = query[0].lower()
|
user_to = query[0].lower()
|
||||||
message = query[1].strip()
|
message = query[1].strip()
|
||||||
|
|
Reference in a new issue