# HG changeset patch # User Mikael Berthe # Date 1121450127 -3600 # Node ID dce1dd4d0ca881525bd5b3f41bae579f6a7c282a # Parent db45371106a56b1c3595187c9c2ba1df2ae2f8f1 Update documentation for "/status status message" diff -r db45371106a5 -r dce1dd4d0ca8 mcabber/doc/mcabber.1 --- 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" diff -r db45371106a5 -r dce1dd4d0ca8 mcabber/doc/mcabber.1.html --- 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.
-/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

@@ -501,8 +503,8 @@ License (GPL).

diff -r db45371106a5 -r dce1dd4d0ca8 mcabber/doc/mcabber.1.txt --- 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 ------------------