Class Irc::BotRegistry
In: lib/rbot/registry.rb
Parent: Object

this is the backend of the RegistryAccessor class, which ties it to a DBHash object called plugin_registry(.db). All methods are delegated to the DBHash.

Methods

Public Class methods

Public Instance methods

check for older versions of rbot with data formats that require updating NB this function is called early in init(), pretty much all you have to work with is @bot.botclass.

[Validate]