Code:
 

on ^!*:text:*:#test: { if ($nick isreg #) { 
    var %n = 1
    while (%n < $numtok(%ex,44) {
      if ($nick != $gettok(%ex,44) {
        .msg $nick $1- 
      } 
    }
  }
}

 


I need if someone msg #test and he or she not on %ex list and i will mimic by msg his/her private.