Command:/react

From the wonderful RedGuides Wiki

This command is added by MQ2React

Syntax Key
Notation Description
Text without brackets or braces Required items
<Text inside angle brackets> Placeholder for which you must supply a value
[Text inside square brackets] Optional items
Vertical bar (|) Separator for mutually exclusive items; choose one
{Text | inside | braces} Set of required items; choose one
Ellipsis () Items that can be repeated
Syntax /react [option] [<value>...]
Description Enable, disable, list, add and remove reactions.

Options

Option Description
on | off Enables or disables processing of reactions.
help Displays a list of commands
add <nickname> <condition> <action> add a new reaction to your config with <condition> as the condition, <action> as the action>, and labeled <nickname>. New reacts are disabled by default.
remove <nickname> remove a reaction from your config file that has the label <nickname>.
globaladd <nickname> <condition> add a global condition with name <nickname> and condition <condition>.
globalrem <nickname> remove a global condition with name <nickname>.
{enable|disable} <nickname> enable or disable a reaction with label <nickname>.
list Display all condition nicknames in your .yaml
reload Reloads the mq2react.yaml file
save Saves the current in-memory configuration to the react config. add, remove, enable, and disable do this automatically.

Examples

See also