# File rbot/plugins/lart.rb, line 147
 def get_msg_idx(max)
		idx = rand(max)
	end