Scakk commented on a Page, Hangman v1.0  -  Sep 05, 2007

So it looks like the below

on *:TEXT:!remword*:#: {
  if ($2 !isalpha) { notice $nick Words on the list only contains letters. | halt }
  var %d = $read(hangman.txt, w, $$2)
  if (( %d == $null )) { notice $nick That word is not in the list | halt }
  write -ds $+ $$2 hangman.txt $$2
  msg # The word $$2 has been removed.
}
 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.