view mcabber/doc/help/en/hlp_alias.txt @ 1110:6db427a14ee8

Update documentation Fix a typo in the mcabberrc sample file and add README_PGP.txt for a PGP quickstart guide.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 16 Dec 2006 16:13:17 +0100
parents 59b53fed6de1
children
line wrap: on
line source


 /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"