# File lib/net/yail/output_api.rb, line 254 def list(channel = nil, server = nil) channel = channel.dup server = server.dup handle(:outgoing_list, channel, server) output = "LIST" output += " #{channel}" if channel output += " #{server}" if server raw output end