Here's another suggestion
Code:
 on @*:text:!eplist:#:{
if !$nick($chan,$nick,r) {
.play $nick <filename.txt>
}
else {
.ban -ku900 $chan $nick
}
}