changeset 286:a3d65d7f0bc3

Add /alias documentation
author Mikael Berthe <mikael@lilotux.net>
date Fri, 08 Jul 2005 07:27:56 +0100
parents edc263a5d350
children c2a7e78d9ff5
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Thu Jul 07 23:25:20 2005 +0100
+++ b/mcabber/doc/mcabber.1	Fri Jul 08 07:27:56 2005 +0100
@@ -110,6 +110,10 @@
 Add the jid Jabber user to our roster (default group), and send a notification request to this buddy\&. If no nickname is specified, the jid is used\&.
 
 .TP
+\fB/alias\fR name = command line
+Add "name" as an alias for "command line"\&. Example: "/alias away = status away"\&. Aliases are expanded only once, thus they can not be chained\&.
+
+.TP
 \fB/buffer\fR clear|top|bottom
 The buffer command manipulates the current buddy's buffer (chat window)\&.
 
--- a/mcabber/doc/mcabber.1.html	Thu Jul 07 23:25:20 2005 +0100
+++ b/mcabber/doc/mcabber.1.html	Fri Jul 08 07:27:56 2005 +0100
@@ -198,6 +198,14 @@
         jid is used.
 </dd>
 <dt><b>
+/alias name = command line
+</b></dt>
+<dd>
+        Add "name" as an alias for "command line".
+        Example: "/alias away = status away".
+        Aliases are expanded only once, thus they can not be chained.
+</dd>
+<dt><b>
 /buffer clear|top|bottom
 </b></dt>
 <dd>
@@ -455,7 +463,7 @@
 <div id="footer">
 <p>
 Version 0.6.2<br />
-Last updated 05-Jul-2005 20:05:04 CEST
+Last updated 08-Jul-2005 08:18:39 CEST
 </p>
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Thu Jul 07 23:25:20 2005 +0100
+++ b/mcabber/doc/mcabber.1.txt	Fri Jul 08 07:27:56 2005 +0100
@@ -82,6 +82,11 @@
         notification request to this buddy.  If no nickname is specified, the
         jid is used.
 
+/alias name = command line::
+        Add "name" as an alias for "command line".
+        Example: "/alias away = status away".
+        Aliases are expanded only once, thus they can not be chained.
+
 /buffer clear|top|bottom::
         The 'buffer' command manipulates the current buddy's buffer
         (chat window).