add delay config

This commit is contained in:
Gordon Shumway 2019-04-17 04:51:24 -04:00 committed by GitHub
parent eb9fa3d69a
commit a0a1de5000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -31,3 +31,6 @@ registry.String('', _("""Paste.ee API Key""")))
conf.registerChannelValue(ASCII, 'pasteEnable',
registry.Boolean(False, _("""Turns on and off paste.ee support""")))
conf.registerChannelValue(ASCII, 'delay',
registry.Float(1.0, _("""Set the time delay betwen lines""")))