mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Changed default of private.
This commit is contained in:
parent
c20d3cafbd
commit
325ad70187
@ -65,7 +65,7 @@ conf.registerGlobalValue(conf.supybot.plugins.Later, 'maximum',
|
||||
registry.NonNegativeInteger(0, """Determines the maximum number of messages
|
||||
to be queued for a user. If this value is 0, there is no maximum."""))
|
||||
conf.registerGlobalValue(conf.supybot.plugins.Later, 'private',
|
||||
registry.Boolean(False, """Determines whether users will be notified in the
|
||||
registry.Boolean(True, """Determines whether users will be notified in the
|
||||
first place in which they're seen, or in private."""))
|
||||
|
||||
class Later(callbacks.Privmsg):
|
||||
|
Loading…
Reference in New Issue
Block a user