msg $chan Time for trivia! You will have eight seconds to answer the question.
.timer 1 3 msg $chan %q1
.timer 1 3 set %r1 %a1
.timer 1 11 .signal lose $chan
.timer 1 15 msg $chan Thank you for testing out this trivia.
}
on *:SIGNAL:lose: {
if (%r1 == %a1) msg $1 Time's up! The answer is %a1 .
unset %rl
}
on *:text:%r1:#: {
msg $chan $nick is correct with %r1 !
unset %r1
}