Scruffy commented on a Page, Bot  -  Mar 26, 2006

on :TEXT:!8Ball:#: {
var %8 $rand(1,5)
if (%8 == 1) { msg $chan $nick $+ , Yes. }
if (%8 == 2) { msg $chan $nick $+ , No. }
if (%8 == 3) { msg $chan $nick $+ , Maybe some day. }
if (%8 == 4) { msg $chan $nick $+ , I don\'t think so! }
if (%8 == 5) { msg $chan $nick $+ , Ask another time. }
}
You should change the first line of the 8ball to on
:TEXT:!8Ball*:#: {
so people can type text after it.

 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.