Changed the default of detailedError, less important now that we have LogToIrc.

This commit is contained in:
Jeremy Fincher 2004-04-17 16:45:29 +00:00
parent f68ce97d97
commit c955a32c63
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ Determines whether the bot will reply with an error message when it is
addressed but not given a valid command. If this value is False, the bot addressed but not given a valid command. If this value is False, the bot
will remain silent.""")) will remain silent."""))
supybot.reply.register('detailedErrors', registry.Boolean(True, """Determines supybot.reply.register('detailedErrors', registry.Boolean(False, """Determines
whether error messages that result from bugs in the bot will show a detailed whether error messages that result from bugs in the bot will show a detailed
error message (the uncaught exception) or a generic error message.""")) error message (the uncaught exception) or a generic error message."""))