Improve text of impromptu command
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
66c4f02c8e
commit
ed8224a3a5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue