diff options
author | mathieui <mathieui@mathieui.net> | 2011-12-18 20:38:09 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-01-26 10:05:34 +0100 |
commit | c59f1b2aa27bb34b0ae82d9e66fb8fa200c0562a (patch) | |
tree | 50fb0a171e4a97945e5c2c7c27d8cefbb3f23b0e /doc | |
parent | f1fae6b38717a4df54e4306608ffa22055548f69 (diff) | |
download | poezio-c59f1b2aa27bb34b0ae82d9e66fb8fa200c0562a.tar.gz poezio-c59f1b2aa27bb34b0ae82d9e66fb8fa200c0562a.tar.bz2 poezio-c59f1b2aa27bb34b0ae82d9e66fb8fa200c0562a.tar.xz poezio-c59f1b2aa27bb34b0ae82d9e66fb8fa200c0562a.zip |
Doc for invitations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/usage.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 5f220fd4..c1d67bcf 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -247,6 +247,13 @@ These commands work in *any* tab. */version <jid>*:: Get the software version of the given JID (usually its XMPP client and Operating System). +*/invite <jid> <room> [reason]*:: Invite _jid_ to _room_ wit _reason_ (if + provided). + +*/decline <room> [reason]*:: Decline invitation to _room_ with _reason_. + +*/invitations*:: Show the pending invitations. + */server_cycle [server.tld] [message]*:: Disconnect and reconnect in all the rooms of server.tld. |