Public paste
Undefined
By: qsf | Date: Dec 10 2006 18:13 | Format: None | Expires: never | Size: 591 B | Hits: 1402

  1. on *:TEXT:!8ball*:#:{
  2.   if ($2 == $null) { notice $nick You forgot to type a question }
  3.   else {
  4.     set %rand $rand(1,9)
  5.     timer1 1 1 msg $chan question : $2-
  6.     timer2 1 3 msg $chan answer :  $+ $readini(8ball.ini,answers,%rand)
  7.   }
  8. }
  9.  
  10.  
  11. [answers]
  12. 1=I asked my friends with higher powers and they said yes
  13. 2=The universe tells me NO
  14. 3=My skills are not to be used for lame question -_-
  15. 4=You gotta be kiddin me
  16. 5=STOP, in the name of love
  17. 6=My friend, your question is so useless i won't answer it o(^.^)o
  18. 7=Leave me alone!!!
  19. 8=Yes
  20. 9=No
  21. 10=May the force be with you