# File lib/net/yail/output_api.rb, line 90
  def act(target, text)
    # Dup strings so handler can filter safely
    target = target.dup
    text = text.dup

    handle(:outgoing_act, target, text)

    ctcp(target, "ACTION #{text}")
  end