Yeah it's possible. If I add /auser -a 1 iFeelGood
This will add you to mirc's user list with a level 1
Then depending on any event you choose to use:
on 1:event: {
if ($nick isvoice $chan) { do stuff }
}
Same thing for level 2 voice with +a
/auser -a 2 AnotherUser
on 2:event: {
if ($nick(#,$nick,&)) && ($nick isvoice #) {
etc...
on 3:event: {
if ($nick ishop $chan) { do stuff }
}
on 4:event: {
if ($nick(#,$nick,&)) && ($nick ishop #) {