# File rbot/plugins.rb, line 48 def initialize @bot = Plugins.bot @names = Array.new @registry = BotRegistryAccessor.new(@bot, self.type.to_s.gsub(/^.*::/, "")) end