You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
6 years ago
|
METADATA: &METADATA
|
||
|
category: Server Utility
|
||
|
permission: all
|
||
|
|
||
6 years ago
|
save_cmd:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: savecmd
|
||
|
description: >
|
||
|
Saves a sequence of commands under a new name.
|
||
|
permission: moderator
|
||
|
usage: savecmd [cmdname] [cmdsequence]
|
||
|
args:
|
||
|
- name
|
||
|
response:
|
||
|
no_recursion: >
|
||
|
You are **not** allowed to execute another saved command in this sequence.
|
||
|
This is to prevent recursion that could break the bot.
|
||
|
sequence_too_many_parallel: >
|
||
|
This sequence executes too many commands in parallel.
|
||
|
sequence_too_many_serial: >
|
||
|
This sequence executes too long serial chains.
|
||
|
|
||
|
delete_cmd:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: deletecmd
|
||
|
description: >
|
||
|
Deletes a saved command.
|
||
|
permission: moderator
|
||
|
args:
|
||
|
- name
|
||
|
|
||
|
saved_cmd:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: savedcmd
|
||
|
description: >
|
||
|
Lists all saved commands.
|
||
|
response:
|
||
|
no_commands: >
|
||
|
There are no saved commands.
|
||
|
|
||
|
execute:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: execute
|
||
|
description: >
|
||
|
Executes a saved command.
|
||
|
args:
|
||
|
- name
|
||
|
response:
|
||
|
not_found: >
|
||
|
The command to be executed couldn't be found.
|