hello

I have these 2 remote scripts:

Code:
 on 1:join:#:{ if ($nick !isop $chan) { .timermsg1 1 3 /msg $nick welcome to our channel! } }  


and

Code:
 alias m { var %a $nopnick($chan,0) | while %a { .timer 1 $calc(%a * 9) .msg $nopnick($chan,%a) $1- | dec %a } }  


can you tell me what do I have to do in order to exclude from these scripts all operators and voices in the channels I am in

thank you!