From ed8224a3a51f3e17e6e88c239107f8f51cf02fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 23 Jan 2019 23:33:33 +0000 Subject: Improve text of impromptu command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/core/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core') diff --git a/poezio/core/commands.py b/poezio/core/commands.py index 86df9a93..2cb2b291 100644 --- a/poezio/core/commands.py +++ b/poezio/core/commands.py @@ -780,7 +780,7 @@ class CommandCore: jids.add(safeJID(jid).bare) asyncio.ensure_future(self.core.impromptu(jids)) - self.core.information('Invited %s to a random room' % (' '.join(jids)), 'Info') + self.core.information('Invited %s to a random room' % (', '.join(jids)), 'Info') @command_args_parser.quoted(1, 1, ['']) def decline(self, args): -- cgit v1.2.3