Public paste
Undefined
By: loliebollie | Date: Dec 9 2006 10:58 | Format: None | Expires: never | Size: 445 B | Hits: 1295

  1. on *:TEXT:!magische*:#:{
  2.   if ($2 == bal) {
  3.     timer1 1 2 msg $chan question : $3-
  4.     timer2 1 4 msg $chan let me think about that...
  5.     timer3 1 6 msg $chan My answer is : $read(8ball.txt,$r(1,$lines(8ball.txt)))
  6.     timer4 1 8 msg $chan Now my wisdom is back available for other people.
  7.   }
  8.   elseif ($3 == $null) {
  9.     notice $nick you forgot to type a question
  10.     notice $nick correct usage : !magische ball <question>
  11.   }
  12. }
  13.