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

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