changeset 320:dce1dd4d0ca8

Update documentation for "/status status message"
author Mikael Berthe <mikael@lilotux.net>
date Fri, 15 Jul 2005 18:55:27 +0100
parents db45371106a5
children 59193965f2cb
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Fri Jul 15 18:53:32 2005 +0100
+++ b/mcabber/doc/mcabber.1	Fri Jul 15 18:55:27 2005 +0100
@@ -188,8 +188,8 @@
 Send the text message to the currently selected buddy\&. Can be useful if you want to send a message beginning with a slash, for example\&.
 
 .TP
-\fB/status\fR [online|avail|invisible|free|dnd|notavail|away]
-Set the current status\&. If no status is specified, display the current status\&.
+\fB/status\fR [online|avail|invisible|free|dnd|notavail|away [StatusMessage]]
+Set the current status\&. If no status is specified, display the current status\&. If a status message is specified, it will overrride the message* variables\&.
 
 .SH "CONFIGURATION FILE"
 
--- a/mcabber/doc/mcabber.1.html	Fri Jul 15 18:53:32 2005 +0100
+++ b/mcabber/doc/mcabber.1.html	Fri Jul 15 18:55:27 2005 +0100
@@ -472,11 +472,13 @@
         if you want to send a message beginning with a slash, for example.
 </dd>
 <dt><b>
-/status [online|avail|invisible|free|dnd|notavail|away]
+/status [online|avail|invisible|free|dnd|notavail|away [StatusMessage]]
 </b></dt>
 <dd>
         Set the current status.  If no status is specified, display the
-        current status.
+        current status.<br />
+        If a status message is specified, it will overrride the message*
+        variables.
 </dd>
 </dl>
 <h2>CONFIGURATION FILE</h2>
@@ -501,8 +503,8 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.6.3<br />
-Last updated 10-Jul-2005 16:33:35 CEST
+Version 0.6.4-dev<br />
+Last updated 15-Jul-2005 19:50:59 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Fri Jul 15 18:53:32 2005 +0100
+++ b/mcabber/doc/mcabber.1.txt	Fri Jul 15 18:55:27 2005 +0100
@@ -179,9 +179,11 @@
         Send the text message to the currently selected buddy.  Can be useful
         if you want to send a message beginning with a slash, for example.
 
-/status [online|avail|invisible|free|dnd|notavail|away]::
+/status [online|avail|invisible|free|dnd|notavail|away [StatusMessage]]::
         Set the current status.  If no status is specified, display the
-        current status.
+        current status. +
+        If a status message is specified, it will overrride the message*
+        variables.
 
 CONFIGURATION FILE
 ------------------