Merge pull request #655 from Mkaysi/patch-2

Later: make default settings more sane
This commit is contained in:
Valentin Lorentz 2014-05-22 17:57:36 +02:00
commit 25de3324ba

View File

@ -46,10 +46,10 @@ conf.registerGlobalValue(Later, 'maximum',
messages to be queued for a user. If this value is 0, there is no maximum. messages to be queued for a user. If this value is 0, there is no maximum.
"""))) """)))
conf.registerGlobalValue(Later, 'private', conf.registerGlobalValue(Later, 'private',
registry.Boolean(True, _("""Determines whether users will be notified in registry.Boolean(False, _("""Determines whether users will be notified in
the first place in which they're seen, or in private."""))) the first place in which they're seen, or in private.""")))
conf.registerGlobalValue(Later, 'tellOnJoin', conf.registerGlobalValue(Later, 'tellOnJoin',
registry.Boolean(True, _("""Determines whether users will be notified upon registry.Boolean(False, _("""Determines whether users will be notified upon
joining any channel the bot is in, or only upon sending a message."""))) joining any channel the bot is in, or only upon sending a message.""")))
conf.registerGlobalValue(Later, 'messageExpiry', conf.registerGlobalValue(Later, 'messageExpiry',
registry.NonNegativeInteger(30, _("""Determines the maximum number of registry.NonNegativeInteger(30, _("""Determines the maximum number of