Would you like to add color to your txt? Simply copy and paste the code below into the script section of your mIRC. Once you do that, click ok. Type: /setcolor <color #> <color #> to set the color you want.
#talkers on
alias setcolor set %colortext $+ $1 | set %colortext2 , $+ $2 | echo $active 4Your text color has been set. %colortext $+ %colortext2 Demo Text
alias unsetcolor unset %colortext | unset %colortext2 | echo $active 4Your text color has been removed.
on 1:INPUT:#: {
if ($left($1,1) == $chr(47) || ($left($1,1) == !) || ($left($1,1) !isletter )) && ($left($1,1) !==

&& ($left($1,1) !== ; ) return
if ($ctrlenter) { msg $active $1- | halt }
if ($left($1,1) isnum ) { msg $active %colortext $+ %colortext2 $1- | /halt }
msg $active %colortext $+ %colortext2 $+ $1-
halt
}
#talkers end