blackvenomm666 commented on a Page, Random Quit Message  -  Jun 12, 2011
menu nicklist,channel,status { 
Randomquits
.Add: { Write quits.txt $$?="Enter a new quit to add" }
.Del: { write -d quits.txt $$?="Delete what quit messag?" }
.Clear All Quits: { write -c quits.txt }
.Quitlist: { quits }
}
alias quits {
  var %a = 1, %b = $lines(p2pquits.txt)
  while (%a <= %b) {
    echo -a  $read(quits.txt, %a) 
    inc %a
  } 
}
 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.