.notice $nick checking for people that are in the players list but not in the room and removing them
var %b = 1
while $numtok(%play.list,44) >= %c {
if ($gettok(%play.list,%b,44) !ison #) {
set %play.list $remtok(%play.list,$v1,1,44)
inc %b
}
}