Thnx....

Can I do something like this

Code:
on ^*:TEXT:*:#:{
  if ($nick == NICK_1) {
    if (CNN isin $1) { echo $chan $+(03<,$nick,>) 04|CNN|05 $2- | halt }
    elseif (MSN isin $1) { echo $chan $+(03<,$nick,>) 04|MSN|05 $2- | halt }
} }


GR8...Thnx everyone for the help...this code now modifies the posts made by NICK_1 only. I will try to modify it further. Something I noticed is that the spaces between the braces and after the if statemnts are mandatory!...thnx to all of you especially Riamus2 and Lpfix5.

Last edited by pif___; 04/08/07 04:11 PM.