# File lib/plugins/irc_gw.rb, line 102 def log(str) str.each_line do |line| post server_name, NOTICE, main_channel, line end end