diff options
author | mathieui <mathieui@mathieui.net> | 2013-08-05 23:29:36 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-08-05 23:29:36 +0200 |
commit | e40a3d72f532a9bc41339a8597a52e77a1a3ff98 (patch) | |
tree | 7d3527e775da837354ac5b0196aa8e3407025452 /doc | |
parent | e8a3f6f07cc9a1a43e39adb7ad1fc389aa2beafd (diff) | |
download | poezio-e40a3d72f532a9bc41339a8597a52e77a1a3ff98.tar.gz poezio-e40a3d72f532a9bc41339a8597a52e77a1a3ff98.tar.bz2 poezio-e40a3d72f532a9bc41339a8597a52e77a1a3ff98.tar.xz poezio-e40a3d72f532a9bc41339a8597a52e77a1a3ff98.zip |
Add a specific /invite command for the MucTab
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/commands.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 626b57d0..008fbda2 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -296,6 +296,13 @@ MultiUserChat tab commands Ignore a specified nickname. + /invite [MUCTab version] + **Usage:** ``/invite <jid> [reason]`` + + Invite *jid* to this room with *reason* (if + provided). + + /unignore **Usage:** ``/unignore <nickname>`` |