mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Changed the default of detailedError, less important now that we have LogToIrc.
This commit is contained in:
parent
f68ce97d97
commit
c955a32c63
@ -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."""))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user