Why not contact the coder of the script?

Quote:
My last one is my mute script. i would like to make it so that if a voice tries to use it it will say you need to a hop/op to use this command.


on *:text:!mute*:#:{ if ($nick isop $chan) || ($nick ishop $chan) {
/mode $chan +bb ~q: $+ $address($2,2)
/mode $chan -v $2
/notice $nick $2 has been muted
}
}

See the bold? That means it triggers for ops and +h's. So it doesn't trigger for voices.