# File lib/rbot/registry.rb, line 149
    def flush
      # debug "fushing registry #{registry}"
      return if !@registry
      registry.flush
      registry.sync
    end