random wait message support

This commit is contained in:
Gordon Shumway 2019-04-17 20:52:12 -04:00 committed by GitHub
parent 2547d8829a
commit 0da55ec470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,5 +35,5 @@ registry.Boolean(False, _("""Turns on and off paste.ee support""")))
conf.registerChannelValue(ASCII, 'delay',
registry.Float(1.0, _("""Set the time delay betwen lines""")))
conf.registerChannelValue(ASCII, 'waitMessage',
registry.String("Please be patient while I render the image into ASCII characters and colorize the output.", _("""Set the wait message text""")))
conf.registerChannelValue(ASCII, 'randWait',
registry.CommaSeparatedListOfStrings("Please be patient while I render the image into ASCII characters and colorize the output.", _("""Comma seperated list of wait messages""")))