changeset 623:7d9841ea20d8

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Dec 2005 00:38:51 +0100
parents 2b7ef605ddc6
children 4e882a19077d
files mcabber/ChangeLog mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 4 files changed, 18 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Sat Dec 17 00:36:57 2005 +0100
+++ b/mcabber/ChangeLog	Sat Dec 17 00:38:51 2005 +0100
@@ -20,6 +20,7 @@
    been destroyed
  * MUC: Multiple other fixes and improvements
  * Handle messages beginning with "/me " (it is replaced with the nickname)
+ * New "/version" command
  * Documentation update
 
  -- Mikael, ?
--- a/mcabber/doc/mcabber.1	Sat Dec 17 00:36:57 2005 +0100
+++ b/mcabber/doc/mcabber.1	Sat Dec 17 00:38:51 2005 +0100
@@ -195,7 +195,7 @@
 
 .TP
 \fB/move\fR [groupname]
-Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. This command only works with users (not agents), at the moment\&. Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy\&.
+Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy\&.
 
 .TP
 \fB/msay\fR begin|verbatim|send|abort
@@ -280,6 +280,10 @@
 
 Note: The jid can include a resource (i\&.e\&. user@server/resource)\&.
 
+.TP
+\fB/version\fR
+Display mcabber version
+
 .SH "CONFIGURATION FILE"
 
 
--- a/mcabber/doc/mcabber.1.html	Sat Dec 17 00:36:57 2005 +0100
+++ b/mcabber/doc/mcabber.1.html	Sat Dec 17 00:38:51 2005 +0100
@@ -431,8 +431,7 @@
 </b></dt>
 <dd>
         Move the current buddy to the requested group.  If no group is
-        specified, then the buddy is moved to the default group.
-        This command only works with users (not agents), at the moment.<br />
+        specified, then the buddy is moved to the default group.<br />
         Tip: if the chatmode is enabled, you can use "/roster alternate"
         to jump to the moved buddy.
 </dd>
@@ -776,6 +775,12 @@
         too.<br />
         Note: The jid can include a resource (i.e. user@server/resource).
 </dd>
+<dt><b>
+/version
+</b></dt>
+<dd>
+        Display mcabber version
+</dd>
 </dl>
 <h2>CONFIGURATION FILE</h2>
 <p>See the provided sample configuration file, which should be self-documented.</p>
@@ -800,7 +805,7 @@
 <div id="footer">
 <p>
 Version 0.7.2-dev<br />
-Last updated 16-Dec-2005 16:12:33 CEST
+Last updated 17-Dec-2005 00:25:13 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Sat Dec 17 00:36:57 2005 +0100
+++ b/mcabber/doc/mcabber.1.txt	Sat Dec 17 00:38:51 2005 +0100
@@ -162,8 +162,7 @@
 
 /move [groupname]::
         Move the current buddy to the requested group.  If no group is
-        specified, then the buddy is moved to the default group.
-        This command only works with users (not agents), at the moment. +
+        specified, then the buddy is moved to the default group. +
         Tip: if the chatmode is enabled, you can use "/roster alternate"
         to jump to the moved buddy.
 
@@ -258,6 +257,9 @@
         too. +
         Note: The jid can include a resource (i.e. user@server/resource).
 
+/version::
+        Display mcabber version
+
 CONFIGURATION FILE
 ------------------
 See the provided sample configuration file, which should be self-documented.