well i have something similar which works a little different like this
Code:
  
on 1:TEXT:!opme:*: {
 if ( $nick isin $read(opnick.txt) ) 
 mode $chan +o $nick
} 
 

Last edited by Cheech; 04/03/03 05:18 AM.