From 0da55ec470317cfae10d2f4aeb445ef189449c9e Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 17 Apr 2019 20:52:12 -0400 Subject: [PATCH] random wait message support --- ASCII/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASCII/config.py b/ASCII/config.py index 6b7767e..683edf6 100644 --- a/ASCII/config.py +++ b/ASCII/config.py @@ -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""")))