/react¶
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. |
This command is added by MQ2React.