TinTin++ Mud Client Manual  
Action
space
Syntax: #action {message} {commands} {priority}
space
The #action command can be used to respond with one or several commands to a specific message send by the mud. The %0-9 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.
space
If the message starts with ^ the beginning of the action message and mud message must match. If the message ends with ^ the end of the action message and mud message must match.
space
Example: #action {%0 tells you '%1'} {tell %0 I'm afk.}
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.
space
Notice: You can remove actions with the #unaction command.
space