diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-05 23:41:34 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-05 23:41:34 +0000 |
commit | 3b5837cf99d2539e52532e2f6ef4579c7c7930a5 (patch) | |
tree | 321a92fc66e896151120390064aea42e9378f332 /lib | |
parent | 7334553f8bc335188533669df733f05b12147af0 (diff) |
releasing 0.9.9
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/ircbot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index 24ee6de3..a6a7ab53 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -136,6 +136,7 @@ class IrcBot @startup_time = Time.new @config = BotConfig.new(self) +# TODO background self after botconfig has a chance to run wizard @timer = Timer::Timer.new(1.0) # only need per-second granularity @registry = BotRegistry.new self @timer.add(@config['core.save_every']) { save } if @config['core.save_every'] |