changeset 573:4df43fcdabc4

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 03 Dec 2005 23:53:44 +0100
parents afc2bd38b15c
children 45598263c5b1
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 39 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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).
 </dd>
 <dt><b>
-/room invite|join|leave|names|nick|privmsg|remove|topic|unlock
+/room join|leave|names|nick|privmsg|remove|topic|unlock
+</b></dt>
+<dt><b>
+/room invite|kick|ban
 </b></dt>
 <dd>
         The <b>room</b> command handles Multi-User Chat room actions.
 <table class="hlist">
 <tr valign="top">
 <td>
+<b>ban</b> jid [reason]
+</td>
+<td>
+ban jid from the current room
+</td>
+</tr>
+<tr valign="top">
+<td>
 <b>invite</b> jid [reason]
 </td>
 <td>
@@ -479,6 +490,14 @@
 </tr>
 <tr valign="top">
 <td>
+<b>kick</b> nick [reason]
+</td>
+<td>
+kick "nick" from the current room
+</td>
+</tr>
+<tr valign="top">
+<td>
 <b>leave</b> [message]
 </td>
 <td>
@@ -533,6 +552,14 @@
 unlock current room (if you are the owner)
 </td>
 </tr>
+<tr valign="top">
+<td>
+<b>whois</b> nick
+</td>
+<td>
+display MUC information about "nick"
+</td>
+</tr>
 </table>
 </dd>
 <dt><b>
@@ -698,8 +725,8 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.7.1<br />
-Last updated 19-Nov-2005 16:44:06 CEST
+Version 0.7.2-dev<br />
+Last updated 03-Dec-2005 23:50:16 CEST
 </p>
 </div>
 </div>
--- 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::