save_cmd: name: savecmd description: > Saves a sequence of commands under a new name. permission: moderator category: Server Utility 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: name: deletecmd description: > Deletes a saved command. permission: moderator category: Server Utility args: - name saved_cmd: name: savedcmd description: > Lists all saved commands. category: Server Utility permission: all response: no_commands: > There are no saved commands. execute: name: execute description: > Executes a saved command. permission: all category: Server Utility args: - name response: not_found: > The command to be executed couldn't be found.