Public paste
Undefined
By: uN | Date: Dec 9 2006 11:02 | Format: None | Expires: never | Size: 445 B | Hits: 1281

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