view mcabber/doc/help/en/hlp_alias.txt @ 1654:8effa82ae593

Do not print ssl error if user has not requested it
author Myhailo Danylenko <isbear@ukrpost.net>
date Sun, 29 Nov 2009 00:00:10 +0200
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"