From 3ad55c746e1a28f457a5b1f26873097c263812a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 16 Dec 2018 16:28:02 +0000 Subject: impromptu: add or update documentation for commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- doc/source/commands.rst | 11 +++++++++++ poezio/core/core.py | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index f28f992f..d5424e61 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -218,6 +218,11 @@ These commands work in *any* tab. /invitations Show the pending invitations. + /impromptu + **Usage:** ``/impromptu [jid ..]`` + + Invite specified JIDs into a newly created room. + /activity **Usage:** ``/activity [ [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 ..]`` + + Invite specified JIDs, with this contact, into a newly + created room. + .. _rostertab-commands: Contact list tab commands diff --git a/poezio/core/core.py b/poezio/core/core.py index 01748659..2ab34412 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -1874,9 +1874,9 @@ class Core: self.register_command( 'impromptu', self.command.impromptu, - usage=' [ ...]', - desc='Invite people into an impromptu room', - shortdesc='Invite someone in a room.', + usage=' [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', -- cgit v1.2.3