Fixed joining of quote words

This commit is contained in:
mrhanky 2017-07-04 16:41:54 +02:00
parent d1b559d523
commit fb23b9d340
No known key found for this signature in database
GPG Key ID: 67D772C481CB41B8

View File

@ -68,7 +68,7 @@ class Quotes(DatabasePlugin):
""" """
cmd = args.get('<cmd>') cmd = args.get('<cmd>')
nick = args['<nick>'] nick = args['<nick>']
quote = ''.join(args.get('<quote>')) quote = ' '.join(args.get('<quote>'))
if cmd and quote: if cmd and quote:
try: try: