comparison mcabber/doc/help/en/hlp_alias.txt @ 904:9d11c1b1af7a

English help files Thanks to Salvador and Lione for their work.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Jun 2006 20:55:28 +0200
parents
children 59b53fed6de1
comparison
equal deleted inserted replaced
903:c4f164c4b0d3 904:9d11c1b1af7a
1
2 /ALIAS [name [= command line]]
3
4 This command let you to add aliases which can simplify sophisticated commands.
5 You can manage your aliases by:
6
7 /alias
8 Print list of currently defined aliases
9 /alias name
10 Print the value of alias called [name]
11 /alias name=
12 Unset alias called [name]
13 /alias name = command line
14 Set alias called [name] with value [command line]
15
16 Example: "/alias away = status away"