guest598594 commented on a Page, Auto-GLine/List  -  Oct 30, 2008
    if ($2 && $readini(ban.ini,$2) == $null) {
      writeini ban.ini $2
      echo -a User has been added to the ban list.
      if ($readini(ban.ini,$2) != $null) echo -a This person is already on your ban list.
    }

The bracket should go before the second if:

    if ($2 && $readini(ban.ini,$2) == $null) {
      writeini ban.ini $2
      echo -a User has been added to the ban list.
    }
    if ($readini(ban.ini,$2) != $null) echo -a This person is already on your ban list.
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.