# File lib/net/yail/output_api.rb, line 242
  def names(channel = nil)
    channel = channel.dup

    handle(:outgoing_names, channel)
    output = "NAMES"
    output += " #{channel}" unless channel.to_s.empty?
    raw output
  end