comparison mcabber/doc/help/en/hlp_room.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 9207f2efb921
children 2913310a7be6
comparison
equal deleted inserted replaced
1161:45d3b9dda43d 1162:39b20ea22ce9
7 7
8 /room join [room [nick [pass]]] 8 /room join [room [nick [pass]]]
9 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. 9 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.
10 /room leave [message] 10 /room leave [message]
11 Leave the current room 11 Leave the current room
12 /room names 12 /room names [--short|--quiet]
13 Display members of the current room 13 Display members of the current room
14 /room nick newnick 14 /room nick newnick
15 Change your nickname in the current room 15 Change your nickname in the current room
16 /room privmsg nick msg 16 /room privmsg nick msg
17 Send private message "msg" to "nick" 17 Send private message "msg" to "nick"