comparison mcabber/doc/help/en/hlp_room.txt @ 915:59b53fed6de1

Update help files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 25 Jun 2006 11:25:09 +0200
parents 9d11c1b1af7a
children 9207f2efb921
comparison
equal deleted inserted replaced
914:2aa0735936f8 915:59b53fed6de1
8 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. 8 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 /room leave [message] 9 /room leave [message]
10 Leave the current room 10 Leave the current room
11 /room names 11 /room names
12 Display members of the current room 12 Display members of the current room
13 /room nick nick 13 /room nick newnick
14 Change your nickname in the current room 14 Change your nickname in the current room
15 /room privmsg nick msg 15 /room privmsg nick msg
16 Send private message "msg" to "nick" 16 Send private message "msg" to "nick"
17 /room remove 17 /room remove
18 Remove the current room from the roster (you must have left this room before) 18 Remove the current room from the roster (you must have left this room before)
19 /room topic 19 /room topic newtopic
20 Set topic for current room 20 Set topic for current room
21 /room unlock 21 /room unlock
22 Unlock current room (if you are the owner) 22 Unlock current room (if you are the owner)
23 /room destroy [reason] 23 /room destroy [reason]
24 Destroy the current room (use with care!) 24 Destroy the current room (use with care!)