add location checks to hint command

This commit is contained in:
Fabian Dill
2020-02-17 08:16:17 +01:00
parent 5c803e911c
commit e2ef84d6c9
3 changed files with 31 additions and 9 deletions

View File

@@ -740,7 +740,7 @@ async def console_loop(ctx : Context):
ctx.input_queue.put_nowait(input)
continue
command = shlex.split(input)
command = input.split()
if not command:
continue