I use this:
Code:
 
alias c1 return $+($chr(3),04,$1,$chr(15))
alias c2 return $+($chr(3),14,$1,$chr(15))
 

Then use the alias as:
Code:
 
msg $chan $c1(SomeText) $c2(SomeOtherText)