Code:
on *:action:slaps*:#:{
  if ($2 != $me) return
  var %ugs = $rand(1,3)
  describe $chan slaps $nick with $str(%ugs,$calc(6 + %ugs)) $+ s
}