# File lib/net/yail/output_api.rb, line 77 def ctcp(target, text) # Dup strings so handler can filter safely target = target.dup text = text.dup handle(:outgoing_ctcp, target, text) report_string = @silent ? '' : "{#{target}} [#{@me} #{text}]" privmsg(target, "\001#{text}\001", report_string) end