view mcabber/doc/help/fr/hlp_alias.txt @ 1176:547a8ca7c1a8

Move init_bindings() to screen.c, with a few updates - Move the function init_bindings() to screen.c scr_init_bindings() - Get rid of the malloc/free - Add two key bindings: Meta-a, Meta-b - Put the comments on the same line when it is possible, in order to save some space.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 04 Apr 2007 22:03:49 +0200
parents 4c9e80178b48
children
line wrap: on
line source


 /ALIAS [name [= command line]]

Cette commande permet de créer des alias afin de simplifier des commandes longues ou complexes.
Les alias sont gérés à l'aide des commandes suivantes :

/alias
 Affiche la liste des alias existants
/alias name
 Affiche la definition de l'alias "name"
/alias name=
 Efface l'alias "name"
/alias name = command line
 Définit un alias "name" avec la chaîne "command line"

Exemple: "/alias absent = status away"