comparison mcabber/doc/mcabber.1.txt @ 1341:305f7a609545

Add "/room names --detail"
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Nov 2007 15:57:39 +0100
parents 43eb4833db0c
children 7b5a2b047efd
comparison
equal deleted inserted replaced
1340:2031f4b2cced 1341:305f7a609545
336 /room bookmark [add|del] [-autojoin|+autojoin]:: 336 /room bookmark [add|del] [-autojoin|+autojoin]::
337 The 'room' command handles Multi-User Chat room actions. 337 The 'room' command handles Multi-User Chat room actions.
338 338
339 '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. 339 '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.
340 'leave' [message];; leave the current room 340 'leave' [message];; leave the current room
341 'names' [--short|--quiet];; display the members of the current room 341 'names' [--detail|--short|--quiet];; display the members of the current room
342 'nick' nick;; change your nickname in the current room 342 'nick' nick;; change your nickname in the current room
343 'privmsg' nick msg;; send private message "msg" to "nick" 343 'privmsg' nick msg;; send private message "msg" to "nick"
344 'remove';; remove the current room from the roster (you must have left this room before) 344 'remove';; remove the current room from the roster (you must have left this room before)
345 'topic';; set topic for current room 345 'topic';; set topic for current room
346 'unlock';; unlock current room (if you are the owner) 346 'unlock';; unlock current room (if you are the owner)