Update cursor usage to match command behavior
This commit is contained in:
parent
ce370aa97d
commit
c8b1a7d3b5
|
@ -5,7 +5,7 @@ export const cursor = new Command(
|
|||
"cursor",
|
||||
["cursor"],
|
||||
"set the cursor bozo",
|
||||
"cursor",
|
||||
"cursor <mode>",
|
||||
(msg, agent) => {
|
||||
if (!(agent as MPPAgent).client.isConnected) return;
|
||||
if (!msg.argv[1]) return "Specify a mode.";
|
||||
|
|
Loading…
Reference in New Issue