on *:TEXT:?? test[color:red]*[/color]:#test: {
msg #test Yes $chr(124) No $chr(124) maybe
}
/help on TEXTZorin, from the help file:
The match text can be a wildcard string, where:
* matches any text
& matches any word
text matches if text contains only this word
text* matches if text starts with this word
*text matches if text ends with this word
*text* matches if text contains this word anywhere