# HG changeset patch # User Mikael Berthe # Date 1120804076 -3600 # Node ID a3d65d7f0bc35fff47acf5b131d27894ce798711 # Parent edc263a5d350dccb3f8b837438819a26f70c7cf6 Add /alias documentation diff -r edc263a5d350 -r a3d65d7f0bc3 mcabber/doc/mcabber.1 --- 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)\&. diff -r edc263a5d350 -r a3d65d7f0bc3 mcabber/doc/mcabber.1.html --- 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.
+/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
@@ -455,7 +463,7 @@ diff -r edc263a5d350 -r a3d65d7f0bc3 mcabber/doc/mcabber.1.txt --- 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).