diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 591606ba4..cbe5f810f 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -234,6 +234,7 @@ def main(): # Now that we're all set, import conf and log import conf import log + log._stdoutHandler.setLevel(100) # pluginDirs output("""Your bot will also need to know where to find his plugins at. @@ -652,8 +653,6 @@ def main(): filename = '%s.conf' % nick registry.close(conf.supybot, filename) - # FIXME: Prevent some INFO messages from being printed when exiting - # Done! output("""All done! Your new bot configuration is %s. If you're running a *nix based OS, you can probably start your bot with the command line