oh its fine.. I got it smile
Code:
on *:TEXT:*:#: {
  if ($nick isop $chan) && ($me == no-nick) && ($me isop $chan) {
    if ($$2 ison $chan) && ($1 == +v) { /mode $chan +v $2- | msg $chan $2- should now have voice }
    elseif ($$2 !ison $chan) && ($1 == +v) { msg $chan I cannot see $2- on the channel.
    }
  }



Last edited by seanturner70; 09/11/08 12:09 PM.