# File rbot/plugins.rb, line 85 def cleanup @@plugins.values.uniq.each {|p| begin p.cleanup rescue StandardError, NameError, SyntaxError => err puts "plugin #{p.name} cleanup() failed: " + err end } end