Aucun50 commented on a Page, 8ball  -  Dec 30, 2008

Do you mean this `green?

on :TEXT:!8ball:#:{
if ($2- == $null) {
msg $chan No Question was Entered!
}
else {
set %8ball $rand(1,10)
if (%8ball == 1) msg $chan 10No!
if (%8ball == 2) msg $chan 10Yes
if (%8ball == 3) msg $chan 10Maybe
if (%8ball == 4) msg $chan 10Of course
if (%8ball == 5) msg $chan 10Are you crazy?!?!
if (%8ball == 6) msg $chan 10How should I know?
if (%8ball == 7) msg $chan 10What are you smoking?
if (%8ball == 8) msg $chan 10No way in hell!
if (%8ball == 9) msg $chan 10Only on the weekends
if (%8ball == 10) msg $chan 10Hahahaha, you make me laugh!
}
}

 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.