comparison mcabber/doc/mcabber.1.txt @ 841:f8c0447beec2

Allow "/room join . [nick]" if the current item is a MUC room
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 May 2006 20:22:03 +0200
parents 5759770c1968
children bfaab692a683
comparison
equal deleted inserted replaced
840:2903fd66c3ad 841:f8c0447beec2
229 229
230 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy:: 230 /room join|leave|names|nick|privmsg|remove|topic|unlock|destroy::
231 /room invite|kick|ban|role|affil:: 231 /room invite|kick|ban|role|affil::
232 The 'room' command handles Multi-User Chat room actions. 232 The 'room' command handles Multi-User Chat room actions.
233 233
234 'join' room [nick];; join "room", using "nick" as nickname. If no nickname is provided, the "nickname" option value is used (see sample configuration file) 234 'join' [room [nick]];; join "room", using "nick" as nickname. If no nickname is provided, 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.
235 'leave' [message];; leave the current room 235 'leave' [message];; leave the current room
236 'names';; display members of the current room 236 'names';; display members of the current room
237 'nick' nick;; change your nickname in the current room 237 'nick' nick;; change your nickname in the current room
238 'privmsg' nick msg;; send private message "msg" to "nick" 238 'privmsg' nick msg;; send private message "msg" to "nick"
239 'remove';; remove the current room from the roster (you must have left this room before) 239 'remove';; remove the current room from the roster (you must have left this room before)