Thanks westor for help. Epic say right :P

Here is the final Code:

Code
ON !@*:JOIN:#Test1,#Test2,#Test3: {
  var %hostop = $read(autoopip.txt,nw,* $+ $ial($nick).host $+ $chr(59) $+ $chan)
  var %identop = $read(autoopip.txt,nw,* $+ $ial($nick).user $+ $chr(59) $+ $chan)
 
  if (%hostop) || (%identop) { mode $chan +o $nick | .notice @ $+ $chan @ $+ $chan - $me ( $+ $me $+ ) opped: $nick }
}