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",
|
||||||
["cursor"],
|
["cursor"],
|
||||||
"set the cursor bozo",
|
"set the cursor bozo",
|
||||||
"cursor",
|
"cursor <mode>",
|
||||||
(msg, agent) => {
|
(msg, agent) => {
|
||||||
if (!(agent as MPPAgent).client.isConnected) return;
|
if (!(agent as MPPAgent).client.isConnected) return;
|
||||||
if (!msg.argv[1]) return "Specify a mode.";
|
if (!msg.argv[1]) return "Specify a mode.";
|
||||||
|
|
Loading…
Reference in New Issue