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

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

Methods
method_missing    method_missing   
Public Class methods
new(bot)
Public Instance methods
method_missing(method, *args, &block)

delegation hack