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