My bot has accounts. Upon my request, I can either add a user as a: Bot Operator, Bot Master, or Bot Owner.

Code:
on +100!:text:!commands:#: {
  _showcmd $nick OP
}
on +400!:text:!commands:#: { 
  _showcmd $nick MASTER
}
on +500!:text:!commands:#: { 
  _showcmd $nick OWNER
}


So how do I make an event for someone who doesn't have a bot account but is voiced?