comparison mcabber/doc/mcabber.1.txt @ 491:28f67990ce7b

Update manual page
author Mikael Berthe <mikael@lilotux.net>
date Sat, 08 Oct 2005 00:29:37 +0200
parents b03def7beb78
children 26f3c7695fe1
comparison
equal deleted inserted replaced
490:af6e31e32d9e 491:28f67990ce7b
81 81
82 COMMANDS 82 COMMANDS
83 -------- 83 --------
84 84
85 /add jid [nickname]:: 85 /add jid [nickname]::
86 Add the 'jid' Jabber user to our roster (default group), and send a 86 Add the "jid" Jabber user to our roster (default group), and send a
87 notification request to this buddy. If no nickname is specified, the 87 notification request to this buddy. If no nickname is specified, the
88 jid is used. 88 jid is used.
89 89
90 /alias name = command line:: 90 /alias name = command line::
91 Add "name" as an alias for "command line". + 91 Add "name" as an alias for "command line". +
109 (chat window). 109 (chat window).
110 110
111 'clear';; clear the current buddy chat window 111 'clear';; clear the current buddy chat window
112 'top';; jump to the top of the current buddy chat buffer 112 'top';; jump to the top of the current buddy chat buffer
113 'bottom';; jump to the bottom of the current buddy chat buffer 113 'bottom';; jump to the bottom of the current buddy chat buffer
114 'search_backward' text;; search for text in the current buddy chat buffer 114 'search_backward' text;; search for "text" in the current buddy chat buffer
115 'search_forward' text;; search for text in the current buddy chat buffer 115 'search_forward' text;; search for "text" in the current buddy chat buffer
116 'date' date;; jump to the first line after the specified date in the chat buffer (date format: "YYYY-mm-dd[THH:MM:SS]", "-" and ":" are optional) 116 'date' date;; jump to the first line after the specified date in the chat buffer (date format: "YYYY-mm-dd[THH:MM:SS]", "-" and ":" are optional)
117 '%' n;; jump to position %n of the buddy chat buffer 117 '%' n;; jump to position %n of the buddy chat buffer
118 118
119 /clear:: 119 /clear::
120 The 'clear' command is actually an alias for "/buffer clear". 120 The 'clear' command is actually an alias for "/buffer clear".
174 /rename nickname:: 174 /rename nickname::
175 Rename current buddy to the given nickname. 175 Rename current buddy to the given nickname.
176 This command does not work for groups, at the moment (but you can move 176 This command does not work for groups, at the moment (but you can move
177 the buddies to another group with the "/move" command). 177 the buddies to another group with the "/move" command).
178 178
179 /room invite|join|leave|names|nick|remove|topic|unlock:: 179 /room invite|join|leave|names|nick|privmsg|remove|topic|unlock::
180 The 'room' command handles Multi-User Chat room actions. 180 The 'room' command handles Multi-User Chat room actions.
181 181
182 'invite' jid [reason];; invite jid to the current room 182 'invite' jid [reason];; invite jid to the current room
183 'join' room nick;; join "room", using "nick" as nickname 183 'join' room nick;; join "room", using "nick" as nickname
184 'leave' [message];; leave the current room 184 'leave' [message];; leave the current room
185 'names';; display members of the current room 185 'names';; display members of the current room
186 'nick' nick;; change your nickname in the current room 186 'nick' nick;; change your nickname in the current room
187 'privmsg' nick msg;; send private message "msg" to "nick"
187 'remove';; remove the current room from the roster (you must have left this room before) 188 'remove';; remove the current room from the roster (you must have left this room before)
188 'topic';; set topic for current room 189 'topic';; set topic for current room
189 'unlock';; unlock current room (if you are the owner) 190 'unlock';; unlock current room (if you are the owner)
190 191
191 /roster bottom|top|hide_offline|show_offline|toggle_offline:: 192 /roster bottom|top|hide_offline|show_offline|toggle_offline::
204 'alternate';; jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode (this command is thus especially useful after commands like "/roster unread_first") 205 'alternate';; jump to alternate buddy. The "alternate" buddy is the last buddy left while being in chat mode (this command is thus especially useful after commands like "/roster unread_first")
205 'unread_first';; jump to the first unread message 206 'unread_first';; jump to the first unread message
206 'unread_next';; jump to the next unread message 207 'unread_next';; jump to the next unread message
207 208
208 /say text:: 209 /say text::
209 Send the text message to the currently selected buddy. Can be useful 210 Send the "text" message to the currently selected buddy. Can be useful
210 if you want to send a message beginning with a slash, for example. 211 if you want to send a message beginning with a slash, for example.
211 212
212 /say_to jid text:: 213 /say_to jid text::
213 Send the text message to the specified jid. 214 Send the "text" message to the specified jid.
214 Please note that this command doesn't set the default resource for 215 Please note that this command doesn't set the default resource for
215 a contact, so if you want to send several messages to a specific 216 a contact, so if you want to send several messages to a specific
216 ressource you will have to use "/say_to" for each message. 217 ressource you will have to use "/say_to" for each message.
217 218
218 /status [online|avail|invisible|free|dnd|notavail|away [StatusMessage]]:: 219 /status [online|avail|invisible|free|dnd|notavail|away [StatusMessage]]::