# HG changeset patch # User Mikael Berthe # Date 1133650424 -3600 # Node ID 4df43fcdabc4700bde896d22617dd90eec06cc37 # Parent afc2bd38b15c659532cd8f77b666b2c1e52c4390 Update documentation diff -r afc2bd38b15c -r 4df43fcdabc4 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sat Dec 03 23:40:40 2005 +0100 +++ b/mcabber/doc/mcabber.1 Sat Dec 03 23:53:44 2005 +0100 @@ -202,11 +202,13 @@ .TP -\fB/room\fR invite|join|leave|names|nick|privmsg|remove|topic|unlock +\fB/room\fR The room command handles Multi\-User Chat room actions\&. + \fBban\fR jid [reason] ban jid from the current room \fBinvite\fR jid [reason] invite jid to the current room \fBjoin\fR room nick join "room", using "nick" as nickname + \fBkick\fR nick [reason] kick "nick" from the current room \fBleave\fR [message] leave the current room \fBnames\fR display members of the current room \fBnick\fR nick change your nickname in the current room @@ -214,6 +216,7 @@ \fBremove\fR remove the current room from the roster (you must have left this room before) \fBtopic\fR set topic for current room \fBunlock\fR unlock current room (if you are the owner) + \fBwhois\fR nick display MUC information about "nick" .TP \fB/roster\fR diff -r afc2bd38b15c -r 4df43fcdabc4 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Dec 03 23:40:40 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Sat Dec 03 23:53:44 2005 +0100 @@ -456,13 +456,24 @@ the buddies to another group with the "/move" command).
-/room invite|join|leave|names|nick|privmsg|remove|topic|unlock +/room join|leave|names|nick|privmsg|remove|topic|unlock +
+
+/room invite|kick|ban
The room command handles Multi-User Chat room actions. + + + + + + + + + + + +
+ban jid [reason] + +ban jid from the current room +
invite jid [reason] @@ -479,6 +490,14 @@
+kick nick [reason] + +kick "nick" from the current room +
leave [message] @@ -533,6 +552,14 @@ unlock current room (if you are the owner)
+whois nick + +display MUC information about "nick" +
@@ -698,8 +725,8 @@ License (GPL).

diff -r afc2bd38b15c -r 4df43fcdabc4 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sat Dec 03 23:40:40 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Sat Dec 03 23:53:44 2005 +0100 @@ -180,11 +180,14 @@ This command does not work for groups, at the moment (but you can move the buddies to another group with the "/move" command). -/room invite|join|leave|names|nick|privmsg|remove|topic|unlock:: +/room join|leave|names|nick|privmsg|remove|topic|unlock:: +/room invite|kick|ban:: The 'room' command handles Multi-User Chat room actions. + 'ban' jid [reason];; ban jid from the current room 'invite' jid [reason];; invite jid to the current room 'join' room nick;; join "room", using "nick" as nickname + 'kick' nick [reason];; kick "nick" from the current room 'leave' [message];; leave the current room 'names';; display members of the current room 'nick' nick;; change your nickname in the current room @@ -192,6 +195,7 @@ 'remove';; remove the current room from the roster (you must have left this room before) 'topic';; set topic for current room 'unlock';; unlock current room (if you are the owner) + 'whois' nick;; display MUC information about "nick" /roster bottom|top|hide_offline|show_offline|toggle_offline:: /roster alternate|unread_first|unread_next::