diff --git a/nxy/plugins/quotes.py b/nxy/plugins/quotes.py index ccf10e4..fc36992 100644 --- a/nxy/plugins/quotes.py +++ b/nxy/plugins/quotes.py @@ -68,7 +68,7 @@ class Quotes(DatabasePlugin): """ cmd = args.get('') nick = args[''] - quote = ''.join(args.get('')) + quote = ' '.join(args.get('')) if cmd and quote: try: