diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/alias_commands.xml | 2 | ||||
-rw-r--r-- | doc/en/autogen/alias_commands.xml | 2 | ||||
-rw-r--r-- | doc/fr/autogen/alias_commands.xml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/de/autogen/alias_commands.xml b/doc/de/autogen/alias_commands.xml index 0b4bf8f6e..7139b3ae4 100644 --- a/doc/de/autogen/alias_commands.xml +++ b/doc/de/autogen/alias_commands.xml @@ -14,6 +14,8 @@ alias_name: name of alias command: command name (many commands can be separated by semicolons) arguments: arguments for command +Without argument, this command lists all defined alias. + Note: in command, special variables $1, $2,..,$9 are replaced by arguments given by user, and $* is replaced by all arguments. Variables $nick, $channel and $server are replaced by current nick/channel/server. </programlisting> diff --git a/doc/en/autogen/alias_commands.xml b/doc/en/autogen/alias_commands.xml index e229a4195..2f98d18c8 100644 --- a/doc/en/autogen/alias_commands.xml +++ b/doc/en/autogen/alias_commands.xml @@ -14,6 +14,8 @@ alias_name: name of alias command: command name (many commands can be separated by semicolons) arguments: arguments for command +Without argument, this command lists all defined alias. + Note: in command, special variables $1, $2,..,$9 are replaced by arguments given by user, and $* is replaced by all arguments. Variables $nick, $channel and $server are replaced by current nick/channel/server. </programlisting> diff --git a/doc/fr/autogen/alias_commands.xml b/doc/fr/autogen/alias_commands.xml index eb7245cd5..3ed472c1d 100644 --- a/doc/fr/autogen/alias_commands.xml +++ b/doc/fr/autogen/alias_commands.xml @@ -14,6 +14,8 @@ créer un alias pour une commande commande: nom de la commande (plusieurs commandes peuvent être séparées par des point-virgules) paramètres: paramètres pour la commande +Sans paramètre, cette commande liste tous les alias définis. + Note: dans la commande, les variables spéciales $1, $2,..,$9 sont remplacés par les paramètres donnés par l'utilisateur, et $* est remplacé par tous les paramètres. Les variables $nick, $channel et $server sont remplacées par le pseudo/canal/serveur courant. </programlisting> |