The #action command can be used to respond with one or several commands to a specific message send by the mud. The %1-99 variables are substituted from the message and can be used in the command part of the action. The priority part is optional and determines the priority of the action, it defaults to 5.
If the message starts with ~ color codes must be matched. You can turn on #config convert to display meta characters in order to make color triggers.
Using a tilda you can create color triggers to capture otherwise difficult to trigger text, to see color codes use: #config convert on.
Example: #action {~^\e[1;37m%1} {#showme {--Shown in bold white: %1}}