Class Irc::BotConfig
In: lib/rbot/config.rb
Parent: Object

container for bot configuration

Methods

Public Class methods

bot:parent bot class

create a new config hash from #{botclass}/conf.rbot

Public Instance methods

currently we store values in a hash but this could be changed in the future. We use hash semantics, however. components that register their config keys and setup defaults are supported via []

pass everything else through to the hash

write current configuration to #{botclass}/conf.yaml

[Validate]