From 78365835d30dbf567035dfb59d5cc7e092bf3400 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Fri, 26 Apr 2019 02:43:08 -0400 Subject: [PATCH] --dither option --- ASCII/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASCII/plugin.py b/ASCII/plugin.py index 3311fe0..6ae1456 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -406,7 +406,7 @@ class ASCII(callbacks.Plugin): except: return #irc.reply("Error. Did you set a valid Paste.ee API Key? https://paste.ee/account/api") - img = wrap(img,[getopts({'w':'int', 'invert':'', 'fast':'', 'slow':'', 'slower':'', 'slowest':'', 'insane':'', '16':'', 'delay':'float'}), ('text')]) + img = wrap(img,[getopts({'w':'int', 'invert':'', 'fast':'', 'slow':'', 'slower':'', 'slowest':'', 'insane':'', '16':'', 'delay':'float', 'dither':''}), ('text')]) def ansi(self, irc, msg, args, optlist, url): """[--w ] [--16] @@ -536,7 +536,7 @@ class ASCII(callbacks.Plugin): except: return #irc.reply("Error. Did you set a valid Paste.ee API Key? https://paste.ee/account/api") - ansi = wrap(ansi, [getopts({'w':'int', 'invert':'', 'fast':'', 'slow':'', 'slower':'', 'slowest':'', 'insane':'', '16':'', 'delay':'float'}), ('text')]) + ansi = wrap(ansi, [getopts({'w':'int', 'invert':'', 'fast':'', 'slow':'', 'slower':'', 'slowest':'', 'insane':'', '16':'', 'delay':'float', 'dither':''}), ('text')]) def fontlist(self, irc, msg, args): """