Google

# File rbot/ircbot.rb, line 412
  def part(channel, message="")
    sendq "PART #{channel} :#{message}"
  end