The009 commented on a Page, on join op script  -  Jun 15, 2006

on *:JOIN:#: { if ( $nick !isop $chan ){ goto 1 }
else { goto 2 }
:1
if { $nick == Blah ) { goto 3 }
if { $nick == Blah2 ) { goto 3 }
:2
halt
:3
//mode $chan +o $nick
halt
}

Kinda More of an auto op scrip to add multiple nicks to the list just just copy and paste the if { $nick == Blah2 ) { goto 3 } and change the blah2 to what ever nick you want to use. and yes you still have to have ops in the chan that you are using this in

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.