diff options
-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}") |