comparison mcabber/doc/mcabber.1.txt @ 1162:39b20ea22ce9

/room names: add options --short, --quiet
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Feb 2007 10:35:12 +0100
parents 4931c344483b
children e411a9def7da
comparison
equal deleted inserted replaced
1161:45d3b9dda43d 1162:39b20ea22ce9
324 /room bookmark [add|del] [-autojoin|+autojoin]:: 324 /room bookmark [add|del] [-autojoin|+autojoin]::
325 The 'room' command handles Multi-User Chat room actions. 325 The 'room' command handles Multi-User Chat room actions.
326 326
327 '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. 327 '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.
328 'leave' [message];; leave the current room 328 'leave' [message];; leave the current room
329 'names';; display members of the current room 329 'names' [--short|--quiet];; display the members of the current room
330 'nick' nick;; change your nickname in the current room 330 'nick' nick;; change your nickname in the current room
331 'privmsg' nick msg;; send private message "msg" to "nick" 331 'privmsg' nick msg;; send private message "msg" to "nick"
332 'remove';; remove the current room from the roster (you must have left this room before) 332 'remove';; remove the current room from the roster (you must have left this room before)
333 'topic';; set topic for current room 333 'topic';; set topic for current room
334 'unlock';; unlock current room (if you are the owner) 334 'unlock';; unlock current room (if you are the owner)