guest598594 commented on a Page, Away Script  -  Jul 08, 2008
  if (%send !isin %normchan) { goto next }
  if (%send isnum) { goto next }

You have a lot of stuff like this. You can use || which means \"or\" to use two things in one if statement.

  if (%send !isin %normchan || %send !isnum) { goto next }
 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.