comparison mcabber/doc/help/en/hlp_alias.txt @ 915:59b53fed6de1

Update help files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 25 Jun 2006 11:25:09 +0200
parents 9d11c1b1af7a
children
comparison
equal deleted inserted replaced
914:2aa0735936f8 915:59b53fed6de1
5 You can manage your aliases by: 5 You can manage your aliases by:
6 6
7 /alias 7 /alias
8 Print list of currently defined aliases 8 Print list of currently defined aliases
9 /alias name 9 /alias name
10 Print the value of alias called [name] 10 Print the value of alias called "name"
11 /alias name= 11 /alias name=
12 Unset alias called [name] 12 Unset alias called "name"
13 /alias name = command line 13 /alias name = command line
14 Set alias called [name] with value [command line] 14 Set alias called "name" with value "command line"
15 15
16 Example: "/alias away = status away" 16 Example: "/alias away = status away"