# File lib/mu/command/cmd_scale.rb, line 82 def cmd_pcap argv setup argv bot_id = @hash['bot_id'] file = @hash['filename'] response = @api.pcap(bot_id, file) msg response return response end