]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
* autoflush $stdout in setup wizard
authordmitry kim <jason@nichego.net>
Thu, 22 May 2008 20:42:49 +0000 (00:42 +0400)
committerdmitry kim <jason@nichego.net>
Thu, 22 May 2008 20:42:49 +0000 (00:42 +0400)
lib/rbot/config.rb

index 23a445f978a5ccfeb245bb59aeac2834c521d2bd..906103797f55c2e0f7a78b21ae00dfc85dcea903 100644 (file)
@@ -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}")