Fixed joining of quote words
This commit is contained in:
parent
d1b559d523
commit
fb23b9d340
|
@ -68,7 +68,7 @@ class Quotes(DatabasePlugin):
|
|||
"""
|
||||
cmd = args.get('<cmd>')
|
||||
nick = args['<nick>']
|
||||
quote = ''.join(args.get('<quote>'))
|
||||
quote = ' '.join(args.get('<quote>'))
|
||||
|
||||
if cmd and quote:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user