# File rbot/plugins/remind.rb, line 5
  def initialize
    super
    @reminders = Hash.new
  end