Originally Posted By: Lpfix5

Code:
on ^*:TEXT:*:#:{
if (CNN isin $1-) { echo # $replace($1-,CNN, 4CNN ) | halt }
}




Thnx smile The script does work, is it possible to modify it to do the following

<NICK_1> |CNN| news news news news

What I want to do is this, if the text is from a certain nick (i.e. NICK_1), "|CNN|" will have a color, and "news news news news" will have a different color. If the text is from a different nick -other than NICK_1- it will be ignored. Currently I am using a "Digital Color Nick v3.5" to change the nicks' colors; it will be good if the script also changes the nicks color also.

It is something like this:

Take the input, verify the nick, if OK, change the colors, otherwise skip.

I appreciate all the help.