mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Made so there are no stdout logs through the wizard.
This commit is contained in:
parent
340d1aae8d
commit
ef31ca7cab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user