Documentation

#CW

CW

Syntax: #CW pattern color
Related: #PCOL, #COLOR

If used after a successful trigger, this command will color the phrase matched by the trigger with the specified color.

Supports numeric values generated with the %color function, desciptive values including those listed in the %colorname function, and RGB values in hexadecimal format preceded by a $.

CW example

#TRIGGER {Zugg} {#CW red}
Whenever a line is received containing the word "Zugg", these words are colored red. Note that this is similar to the #COLOR command which would color the entire line red instead.
#CW Zugg red
Same as the above. Colors every occurrence of the word Zugg red.

Add comment

Login or register to post comments