diff options
author | dmitry kim <jason@nichego.net> | 2008-05-23 00:42:49 +0400 |
---|---|---|
committer | dmitry kim <jason@nichego.net> | 2008-05-23 00:42:49 +0400 |
commit | 4a5fa8f2ebab7fc4ee384c40fccaaff3a7b8c993 (patch) | |
tree | 3e96d4964bdfa782049f7b94ff4a14f40ab0a48e /lib/rbot/config.rb | |
parent | 00f2ebcb30f460aaee5494dde9a5c2b1db4c4cc0 (diff) |
* autoflush $stdout in setup wizard
Diffstat (limited to 'lib/rbot/config.rb')
-rw-r--r-- | lib/rbot/config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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}") |