summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-05 23:41:34 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-05 23:41:34 +0000
commit3b5837cf99d2539e52532e2f6ef4579c7c7930a5 (patch)
tree321a92fc66e896151120390064aea42e9378f332 /lib/rbot
parent7334553f8bc335188533669df733f05b12147af0 (diff)
releasing 0.9.9
Diffstat (limited to 'lib/rbot')
-rw-r--r--lib/rbot/ircbot.rb1
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']