fix missing chars opt in wrap

This commit is contained in:
Gordon Shumway 2019-05-01 03:35:54 -04:00 committed by GitHub
parent cf0587b962
commit 36063c9524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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):