Improve text of impromptu command

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-01-23 23:33:33 +00:00
parent 66c4f02c8e
commit ed8224a3a5

View file

@ -780,7 +780,7 @@ class CommandCore:
jids.add(safeJID(jid).bare) jids.add(safeJID(jid).bare)
asyncio.ensure_future(self.core.impromptu(jids)) 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, ['']) @command_args_parser.quoted(1, 1, [''])
def decline(self, args): def decline(self, args):