71 72 73
# File 'lib/capistrano-notification.rb', line 71 def irc(opts = {}, &block) add IRC.new(opts, &block) end