Greetings I need some help... can anyone help with a little script. What is want is a partial msg ignore (eg: a non-opped, voiced user msgs me, the window will close and place them on temp ignore for example 30 mins) otherwise the msg is accepted.

this is what I have:
on *:text:*:?: {
.msg $nick [Auto Reply]: Sorry, I'm not accepting private messages at this time.
close -m $nick
ignore -nptu1800 $nick 4
}

This ignores everyone who msgs me... what I want is an option if I turn my msg ignore on - it will only ignore regular people.

Thanks,

Talea