Public paste
Undefined
By: lol | Date: Dec 10 2006 14:49 | Format: None | Expires: never | Size: 361 B | Hits: 1479

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