summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-08 19:10:19 +0100
committermathieui <mathieui@mathieui.net>2011-11-08 19:10:19 +0100
commit2f5d7124676fb1e32a0223bd968d671ac2f38333 (patch)
tree84462c7bd1e5f133a936a9644ca0a3ee8f71fdb3 /doc
parentd2c02174c865d62c40f3eb161fc96dd22a1ad9b9 (diff)
downloadpoezio-2f5d7124676fb1e32a0223bd968d671ac2f38333.tar.gz
poezio-2f5d7124676fb1e32a0223bd968d671ac2f38333.tar.bz2
poezio-2f5d7124676fb1e32a0223bd968d671ac2f38333.tar.xz
poezio-2f5d7124676fb1e32a0223bd968d671ac2f38333.zip
Doc: ChatTab and MUC commands
Diffstat (limited to 'doc')
-rw-r--r--doc/en/usage.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt
index be6809ba..216e4852 100644
--- a/doc/en/usage.txt
+++ b/doc/en/usage.txt
@@ -57,3 +57,43 @@ These commands work in *any* tab.
*/bind <key> <eq>*:: Bind a key to another key or to a "command". For example, "/bind ^H KEY_UP" makes Control + h behave the same way than the Up key.
+Chat tab commands
+^^^^^^^^^^^^^^^^^
+
+These commands will work in any conversation tab (MultiUserChat, Private, or Conversation tabs).
+
+*/say <message>*:: Just send the message (only useful it you want your message to begin with a "/").
+
+MultiUserChat tab commands
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+*/ignore <nickname>*:: Ignore a specified nickname.
+
+*/unignore <nickname>*:: Remove the specified nickname from the ignore list.
+
+*/kick <nick> [reason]*:: Kick the user with the specified nickname. You can also give an optional reason.
+
+*/topic <subject>*:: Change the subject of the room. You might want to knwow that entering "/topic [tab]" will autocomplete the topic.
+
+*/query <nick> [message]*:: Open a private conversation with <nick>. This nick has to be present in the room you’re currently in. If you specified a message after the nickname, it will be sent to this user.
+
+*/part [message]*:: Disconnect you from a room. You can specify an optional message.
+
+*/close [message]*:: Disconnect you from a room (if you are connected) and close the tab. You can specify an optional message if you are still connected.
+
+*/nick <nickname>*:: Change your nickname in the current room.
+
+*/recolor*:: Re-assign a color to all the participants in the current room, based on the last time they talked. Use this if the participants currently talking have too many identical colors.
+
+*/cycle [message]*:: Leave the current room an rejoint it immediatly. You can specify an optional quit message.
+
+*/info <nickname>*:: Display some information about the user in the room: his/her role, affiliation, status, and status message.
+
+*/version <nickname or jid>*:: Get the software version of the given nick in room or the given jid (usually its XMPP client and Operating System).
+
+*/configure*:: Configure the current room through a form.
+
+*/names*:: Get the list of the users in the room, their number, and the list of the people assuming different roles.
+
+*/clear*:: Clear the current buffer.
+