From 36063c9524caa0d0e0e6fb3cec91c4bb971a7486 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 1 May 2019 03:35:54 -0400 Subject: [PATCH] fix missing chars opt in wrap --- ASCII/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASCII/plugin.py b/ASCII/plugin.py index 1ca17ed..cbc6dea 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -730,7 +730,7 @@ class ASCII(callbacks.Plugin): #irc.reply("Error. Did you set a valid Paste.ee API Key? https://paste.ee/account/api") else: irc.reply("Unexpected file type or link format", private=False, notice=False) - p2u = wrap(p2u, [getopts({'b':'int', 'f':'text', 'p':'text', 's':'int', 't':'int', 'w':'int', 'delay':'float'}), ('text')]) + p2u = wrap(p2u, [getopts({'b':'int', 'f':'text', 'p':'text', 's':'int', 't':'int', 'w':'int', 'delay':'float', 'chars':'text'}), ('text')]) def tdf(self, irc, msg, args, optlist, text):