on *:text:*:#:{
tokenize 32 $strip($1-)
if ($1 == !rr) {
var %tgtnick = $nick(#,$r(1,$nick(#,0))), %shot = $r(1,3)
msg $chan %tgtnick draait het wapen en schiet!
if (%shot == 2) { %shot = BANG! $nick watches %tgtnick $+ 's brain splatter all over the wall. }
else %shot = $iif(%shot == 1,CLICK! %tgtnick got lucky.,The gun jammed, %tgtnick got lucky.)
.timer 1 3 msg $chan %shot
}
}