Ok This is How I Did It :

on ^*:open:?:*: {
if (%blockoff == 1) goto End
notice $nick Sorry I do not accept private messages!
notice $nick To get my attention you need to ask in the channel!
halt
:end
}

then in popups

-
PM Blocker
.on: echo -a 13PM-Blocker is: On | set %blockoff 0
.off: echo -a 13PM-Blocker is: Off | set %blockoff 1
-

WORKS GREAT!