From ef31ca7caba649efd717eaf2748aca61b0fab242 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 9 Feb 2004 15:50:46 +0000 Subject: [PATCH] Made so there are no stdout logs through the wizard. --- scripts/supybot-wizard | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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