alias queryfilter {
$iif($group(#queryfilter) == off,.enable,.disable) #queryfilter
$iif($group(#queryfilter) == off,amsg stopping query filter, amsg starting query filter)
}
#queryfilter off
on ^*:open:?:*: {
if ($nick isop #channel name) || ($nick isvoice #channelname) { msg $nick sup7 $nick }
else {
msg $nick Do not pm me didnt you read the topic?
}
}
#queryfilter end