Public paste
Undefined
By: lo | Date: Dec 10 2006 14:42 | Format: None | Expires: never | Size: 370 B | Hits: 1300

  1. on *:TEXT:!magische*:#:{
  2.   if ($2 == bal) && ($3- != $null) {
  3.     timer1 1 2 msg $chan $nick vraagt : $3-
  4.     timer2 1 4 msg $chan Kzal is in menne glazen bol zien...
  5.     timer3 1 6 msg $chan  $read(8ball.txt,$r(1,$lines(8ball.txt)))
  6.     timer4 1 8 msg $chan Alle ge kunt trug vragen stellen
  7.   }
  8.   else {
  9.     notice $nick You forgot to type a question
  10.   }
  11. }
  12.