This code reads only the first line of the file
and not read The second line and the following lines

I want to fix it to search all the lines of the file

if ($read(do.txt, w, *, %........) isin %.......) {

Code
on :............: {
  var %...... = $address($nick,2)
  var %........ = $remove($gettok($gettok(%.............,2,33))  
  if ($read(do.txt, w, *, %........) isin %.......) {
    ban -u77200 # $address($nick,2)
  }
  else {
    dec %...................
  }
}