Thanks for the help. I didn't know about $wildsite, and that fixed the problem. Here's what I ended up with. Here's the popup:
Code:
Badlist: /write badlist.txt $address($snick(#,1),2)

And here's the remote:
Code:
on *:text:*:?:{
  if (%BlakeAway) { msg $nick 2 Blake is currently away from the computer }
  elseif $read(badlist.txt,w,$wildsite) { msg $nick 4AUTO REPLY: Go away, your message was closed | close -m $nick | remove $+($logdir,$nick)  }
}

Thanks again! smile