# File lib/rbot/ircsocket.rb, line 91
    def clear
      @rings.each { |r|
        r.clear
      }
      @last_ring = 0
    end