# File lib/rbot/ircsocket.rb, line 198
    def empty?
      !@rings.find { |r| !r.empty? }
    end