changeset 467:73aa14eba3c7

Update manual Mention MUC support and add "/room unlock".
author Mikael Berthe <mikael@lilotux.net>
date Sat, 01 Oct 2005 16:00:17 +0200
parents af20cf1ea787
children 644b8bf9ca4d
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 26 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Thu Sep 29 23:36:14 2005 +0200
+++ b/mcabber/doc/mcabber.1	Sat Oct 01 16:00:17 2005 +0200
@@ -47,6 +47,9 @@
  SSL support\&.
 .TP
 \(bu
+ MUC support (Multi\-User Chat)\&.
+.TP
+\(bu
  History logging: If enabled (see the CONFIGURATION FILE section), mcabber can save discussions to history log files\&.
 .TP
 \(bu
@@ -197,13 +200,14 @@
 
 
 .TP
-\fB/room\fR join|leave|names|remove
+\fB/room\fR join|leave|names|remove|unlock
 The room command handles Multi\-User Chat room actions\&.
 
  \fBjoin\fR room nick	join "room", using "nick" as nickname
  \fBleave\fR         	leave the current room
  \fBnames\fR         	display members of the current room
- \fBremove\fR        	remove the current room from the roster\&. You must have left this room before\&.
+ \fBremove\fR        	remove the current room from the roster (you must have left this room before)
+ \fBunlock\fR        	unlock current room (if you are the owner)
 
 .TP
 \fB/roster\fR
--- a/mcabber/doc/mcabber.1.html	Thu Sep 29 23:36:14 2005 +0200
+++ b/mcabber/doc/mcabber.1.html	Sat Oct 01 16:00:17 2005 +0200
@@ -41,6 +41,11 @@
 </li>
 <li>
 <p>
+<b>MUC support</b> (Multi-User Chat).
+</p>
+</li>
+<li>
+<p>
 <b>History logging:</b>  If enabled (see the CONFIGURATION FILE section),
   <tt>mcabber</tt> can save discussions to history log files.
 </p>
@@ -433,7 +438,7 @@
         the buddies to another group with the "/move" command).
 </dd>
 <dt><b>
-/room join|leave|names|remove
+/room join|leave|names|remove|unlock
 </b></dt>
 <dd>
         The <b>room</b> command handles Multi-User Chat room actions.
@@ -467,7 +472,15 @@
 <b>remove</b>
 </td>
 <td>
-remove the current room from the roster.  You must have left this room before.
+remove the current room from the roster (you must have left this room before)
+</td>
+</tr>
+<tr valign="top">
+<td>
+<b>unlock</b>
+</td>
+<td>
+unlock current room (if you are the owner)
 </td>
 </tr>
 </table>
@@ -624,7 +637,7 @@
 <div id="footer">
 <p>
 Version 0.6.9-dev<br />
-Last updated 29-Sep-2005 22:43:43 CEST
+Last updated 01-Oct-2005 15:56:26 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Thu Sep 29 23:36:14 2005 +0200
+++ b/mcabber/doc/mcabber.1.txt	Sat Oct 01 16:00:17 2005 +0200
@@ -32,6 +32,7 @@
 Here are some of the features of `mcabber`:
 
 - 'SSL support'.
+- 'MUC support' (Multi-User Chat).
 - 'History logging:'  If enabled (see the CONFIGURATION FILE section),
   `mcabber` can save discussions to history log files.
 - 'Commands completion:'  If possible, `mcabber` will try to complete your
@@ -175,13 +176,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 join|leave|names|remove::
+/room join|leave|names|remove|unlock::
         The 'room' command handles Multi-User Chat room actions.
 
         'join' room nick;;  join "room", using "nick" as nickname
         'leave';;           leave the current room
         'names';;           display members of the current room
-        'remove';;          remove the current room from the roster.  You must have left this room before.
+        'remove';;          remove the current room from the roster (you must have left this room before)
+        'unlock';;          unlock current room (if you are the owner)
 
 /roster bottom|top|hide_offline|show_offline|toggle_offline::
 /roster alternate|unread_first|unread_next::