comparison mcabber/doc/mcabber.1.txt @ 601:803973541c22

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Wed, 14 Dec 2005 00:08:57 +0100
parents 29d9a54ac69f
children 341568185492
comparison
equal deleted inserted replaced
600:483a87c99990 601:803973541c22
178 /rename nickname:: 178 /rename nickname::
179 Rename current buddy to the given nickname. 179 Rename current buddy to the given nickname.
180 This command does not work for groups, at the moment (but you can move 180 This command does not work for groups, at the moment (but you can move
181 the buddies to another group with the "/move" command). 181 the buddies to another group with the "/move" command).
182 182
183 /room join|leave|names|nick|privmsg|remove|topic|unlock:: 183 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy::
184 /room invite|kick|ban|role|affil:: 184 /room invite|kick|ban|role|affil::
185 The 'room' command handles Multi-User Chat room actions. 185 The 'room' command handles Multi-User Chat room actions.
186 186
187 'join' room nick;; join "room", using "nick" as nickname 187 'join' room nick;; join "room", using "nick" as nickname
188 'leave' [message];; leave the current room 188 'leave' [message];; leave the current room
190 'nick' nick;; change your nickname in the current room 190 'nick' nick;; change your nickname in the current room
191 'privmsg' nick msg;; send private message "msg" to "nick" 191 'privmsg' nick msg;; send private message "msg" to "nick"
192 'remove';; remove the current room from the roster (you must have left this room before) 192 'remove';; remove the current room from the roster (you must have left this room before)
193 'topic';; set topic for current room 193 'topic';; set topic for current room
194 'unlock';; unlock current room (if you are the owner) 194 'unlock';; unlock current room (if you are the owner)
195 'destroy' [reason];; destroy the current room (use with care!)
195 'whois' nick;; display MUC information about "nick" 196 'whois' nick;; display MUC information about "nick"
196 'ban' jid [reason];; ban jid from the current room 197 'ban' jid [reason];; ban jid from the current room
197 'invite' jid [reason];; invite jid to the current room 198 'invite' jid [reason];; invite jid to the current room
198 'kick' nick [reason];; kick "nick" from the current room 199 'kick' nick [reason];; kick "nick" from the current room
199 'role' jid role [reason];; change jid's role (role can be "none", "visitor", "participant", "moderator") 200 'role' jid role [reason];; change jid's role (role can be "none", "visitor", "participant", "moderator")