| Class Irc::BotRegistry |
|
|
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 |
| new(bot) |
| Public Instance methods |
| method_missing(method, *args, &block) |
delegation hack
| upgrade_data() |
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.