hello

I have this alias that will msg all the regular users of my channel

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


how can I make it exclude (not msg) the people that are in my protect and ignore list?

thanks