Made so there are no stdout logs through the wizard.

This commit is contained in:
Jeremy Fincher 2004-02-09 15:50:46 +00:00
parent 340d1aae8d
commit ef31ca7cab
1 changed files with 1 additions and 2 deletions

View File

@ -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