# File rbot/plugins/remind.rb, line 9 def cleanup @reminders.each_value {|v| v.each_value {|vv| @bot.timer.remove(vv) } } end