impromptu: add or update documentation for commands

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2018-12-16 16:28:02 +00:00
parent 936e16f98f
commit 3ad55c746e
2 changed files with 14 additions and 3 deletions

View file

@ -218,6 +218,11 @@ These commands work in *any* tab.
/invitations
Show the pending invitations.
/impromptu
**Usage:** ``/impromptu <jid> [jid ..]``
Invite specified JIDs into a newly created room.
/activity
**Usage:** ``/activity [<general> [specific] [comment]]``
@ -472,6 +477,12 @@ Normal Conversation tab commands
Get the software version of the current interlocutor (usually its
XMPP client and Operating System).
/invite
**Usage:** ``/invite <jid> [jid ..]``
Invite specified JIDs, with this contact, into a newly
created room.
.. _rostertab-commands:
Contact list tab commands

View file

@ -1874,9 +1874,9 @@ class Core:
self.register_command(
'impromptu',
self.command.impromptu,
usage='<jid> [<jid> ...]',
desc='Invite people into an impromptu room',
shortdesc='Invite someone in a room.',
usage='<jid> [jid ...]',
desc='Invite specified JIDs into a newly created room.',
shortdesc='Invite specified JIDs into newly created room.',
completion=self.completion.impromptu)
self.register_command(
'invitations',