From 4a5fa8f2ebab7fc4ee384c40fccaaff3a7b8c993 Mon Sep 17 00:00:00 2001 From: dmitry kim Date: Fri, 23 May 2008 00:42:49 +0400 Subject: [PATCH 1/1] * autoflush $stdout in setup wizard --- lib/rbot/config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rbot/config.rb b/lib/rbot/config.rb index 23a445f9..90610379 100644 --- a/lib/rbot/config.rb +++ b/lib/rbot/config.rb @@ -348,6 +348,7 @@ module Config end def run() + $stdout.sync = true puts _("First time rbot configuration wizard") puts "====================================" puts _("This is the first time you have run rbot with a config directory of: #{@bot.botclass}") -- 2.39.5