comparison mcabber/doc/mcabber.1.txt @ 901:45ddb3ada74f

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Jun 2006 11:08:49 +0200
parents e58ae191a25c
children ead2d49f2a88
comparison
equal deleted inserted replaced
900:b41684465283 901:45ddb3ada74f
223 'accept';; accept the event #n 223 'accept';; accept the event #n
224 'ignore';; remove the event #n from the list 224 'ignore';; remove the event #n from the list
225 'reject';; reject the event #n 225 'reject';; reject the event #n
226 'list';; list all pending events 226 'list';; list all pending events
227 227
228 /rawxml send:: 228 /rawxml send string::
229 'send' string: send string (raw XML format) to the Jabber server. No check is done on the string provided. BEWARE! Use this only if you know what you are doing, or you could terminate the connection. 229 'send' string: send string (raw XML format) to the Jabber server. No check is done on the string provided. BEWARE! Use this only if you know what you are doing, or you could terminate the connection.
230 230
231 COMMANDS RELATED TO THE ROSTER AND JABBER RESOURCES 231 COMMANDS RELATED TO THE ROSTER AND JABBER RESOURCES
232 --------------------------------------------------- 232 ---------------------------------------------------
233 /add [jid [nickname]]:: 233 /add [jid [nickname]]::
304 304
305 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy:: 305 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy::
306 /room invite|kick|ban|role|affil:: 306 /room invite|kick|ban|role|affil::
307 The 'room' command handles Multi-User Chat room actions. 307 The 'room' command handles Multi-User Chat room actions.
308 308
309 'join' [room [nick]];; join "room", using "nick" as nickname. If no nickname is provided, the "nickname" option value is used (see sample configuration file). If the currently selected entry is correctly recognized as a room by mcabber, the shortcut "." can be used instead of the full room id. 309 'join' [room [nick [pass]]];; join "room", using "nick" as nickname. If no nickname is provided (or if it is an empty string), the "nickname" option value is used (see sample configuration file). If the currently selected entry is correctly recognized as a room by mcabber, the shortcut "." can be used instead of the full room id. A password can be provided to enter protected rooms. If your nickname contains space characters, use quotes.
310 'leave' [message];; leave the current room 310 'leave' [message];; leave the current room
311 'names';; display members of the current room 311 'names';; display members of the current room
312 'nick' nick;; change your nickname in the current room 312 'nick' nick;; change your nickname in the current room
313 'privmsg' nick msg;; send private message "msg" to "nick" 313 'privmsg' nick msg;; send private message "msg" to "nick"
314 'remove';; remove the current room from the roster (you must have left this room before) 314 'remove';; remove the current room from the roster (you must have left this room before)