]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
releasing 0.9.9
authorTom Gilbert <tom@linuxbrit.co.uk>
Fri, 5 Aug 2005 23:41:34 +0000 (23:41 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Fri, 5 Aug 2005 23:41:34 +0000 (23:41 +0000)
lib/rbot/ircbot.rb

index 24ee6de3f6cf407bbb31108b6fe9995cb8ed9c6f..a6a7ab53ee6d439b0bdd8ad0998b17bd32980159 100644 (file)
@@ -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']