I have a black back ground on my mirc
When I use this code if someone is typing in black it shows up in black on my screen. Is there a way to have the script refer to the color codes used in the color dialog? When others talk in the channel it shows up in black with my black back ground.

code:
on ^*:TEXT:*:#: {
echo -tlmi2 # $+(,,%bclr,-={,%clr,,,%nclr,$chr(32),$remove($nick(#,$nick).pnick,@,+,%,!,&,~),$chr(32),,,%clr,]=-,) $1-
halt
}




Intelligence: It's better to ask a stupid question, then to prove it by not asking....