diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2018-12-16 16:28:02 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2018-12-16 16:57:48 +0000 |
commit | 3ad55c746e1a28f457a5b1f26873097c263812a3 (patch) | |
tree | 90f8d349fd8331db13295926d94e2032a474d42f /doc | |
parent | 936e16f98f7b9cf4062de62cc9c5ef30b1e44820 (diff) | |
download | poezio-3ad55c746e1a28f457a5b1f26873097c263812a3.tar.gz poezio-3ad55c746e1a28f457a5b1f26873097c263812a3.tar.bz2 poezio-3ad55c746e1a28f457a5b1f26873097c263812a3.tar.xz poezio-3ad55c746e1a28f457a5b1f26873097c263812a3.zip |
impromptu: add or update documentation for commands
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/commands.rst | 11 |
1 files changed, 11 insertions, 0 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> [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 |