changeset 601:803973541c22

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Wed, 14 Dec 2005 00:08:57 +0100
parents 483a87c99990
children 7b20c27cae48
files mcabber/ChangeLog mcabber/TODO mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 5 files changed, 16 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Tue Dec 13 23:50:00 2005 +0100
+++ b/mcabber/ChangeLog	Wed Dec 14 00:08:57 2005 +0100
@@ -1,12 +1,13 @@
 mcabber (0.7.2-dev)
 
- * Internal changes (code cleanup)
+ * Lots of internal changes (code cleanup)
  * Improved commands parsing
    Commands now handle correctly resources or nicknames containing whitespace
  * MUC: "/room topic" shows the current room topic
  * MUC: "/room nick" shows the current nickname
  * MUC: Add "/room kick", "/room ban", "/room whois"
  * MUC: Add "/room affil" and "/room role"
+ * MUC: Add "/room destroy"
  * MUC: Display a message when somebody is kicked/banned from a room
  * MUC: Multiple fixes and improvements
  * Handle messages beginning with "/me " (it is replaced with the nickname)
--- a/mcabber/TODO	Tue Dec 13 23:50:00 2005 +0100
+++ b/mcabber/TODO	Wed Dec 14 00:08:57 2005 +0100
@@ -21,7 +21,7 @@
 * Publish personal information
 * GPG support
 * Colors for presence
-* Options completion
+* Improve the completion system
 * Persistent room in the roster (join every connect)
 * MUC: advanced settings for room creation
 * MUC: join password-protected room
@@ -30,7 +30,6 @@
 
 * Commands:
 
-  - /room destroy
   - /group expand|shrink|toggle
     + rename
   - /info [jid]
--- a/mcabber/doc/mcabber.1	Tue Dec 13 23:50:00 2005 +0100
+++ b/mcabber/doc/mcabber.1	Wed Dec 14 00:08:57 2005 +0100
@@ -213,6 +213,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)
+ \fBdestroy\fR [reason]   	destroy the current room (use with care!)
  \fBwhois\fR nick         	display MUC information about "nick"
 
  \fBinvite\fR jid [reason]	invite jid to the current room
--- a/mcabber/doc/mcabber.1.html	Tue Dec 13 23:50:00 2005 +0100
+++ b/mcabber/doc/mcabber.1.html	Wed Dec 14 00:08:57 2005 +0100
@@ -456,7 +456,7 @@
         the buddies to another group with the "/move" command).
 </dd>
 <dt><b>
-/room join|leave|names|nick|privmsg|remove|topic|unlock
+/room join|leave|names|nick|privmsg|remove|topic|unlock|destroy
 </b></dt>
 <dt><b>
 /room invite|kick|ban|role|affil
@@ -530,6 +530,14 @@
 </tr>
 <tr valign="top">
 <td>
+<b>destroy</b> [reason]
+</td>
+<td>
+destroy the current room (use with care!)
+</td>
+</tr>
+<tr valign="top">
+<td>
 <b>whois</b> nick
 </td>
 <td>
@@ -742,7 +750,7 @@
 <div id="footer">
 <p>
 Version 0.7.2-dev<br />
-Last updated 11-Dec-2005 11:17:53 CEST
+Last updated 14-Dec-2005 00:04:31 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Tue Dec 13 23:50:00 2005 +0100
+++ b/mcabber/doc/mcabber.1.txt	Wed Dec 14 00:08:57 2005 +0100
@@ -180,7 +180,7 @@
         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|nick|privmsg|remove|topic|unlock::
+/room join|leave|names|nick|privmsg|remove|topic|unlock|destroy::
 /room invite|kick|ban|role|affil::
         The 'room' command handles Multi-User Chat room actions.
 
@@ -192,6 +192,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)
+        'destroy' [reason];;    destroy the current room (use with care!)
         'whois' nick;;          display MUC information about "nick"
         'ban' jid [reason];;    ban jid from the current room
         'invite' jid [reason];; invite jid to the current room