mcabber/doc/help/en/hlp_alias.txt
author Mikael Berthe <mikael@lilotux.net>
Wed, 21 Jun 2006 20:55:28 +0200
changeset 904 9d11c1b1af7a
child 915 59b53fed6de1
permissions -rw-r--r--
English help files Thanks to Salvador and Lione for their work.


 /ALIAS [name [= command line]]

This command let you to add aliases which can simplify sophisticated commands.
You can manage your aliases by:

/alias
 Print list of currently defined aliases
/alias name
 Print the value of alias called [name]
/alias name=
 Unset alias called [name]
/alias name = command line
 Set alias called [name] with value [command line]

Example: "/alias away = status away"