From 3b5837cf99d2539e52532e2f6ef4579c7c7930a5 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Fri, 5 Aug 2005 23:41:34 +0000 Subject: releasing 0.9.9 --- lib/rbot/ircbot.rb | 1 + 1 file changed, 1 insertion(+) 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'] -- cgit v1.2.3