mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
Allow use of wildcards for /alias list (patch #6925)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
........................................
|
||||
create an alias for a command
|
||||
|
||||
alias_name: name of alias
|
||||
alias_name: name of alias (can start or end with "*" for alias listing)
|
||||
command: command name (many commands can be separated by semicolons)
|
||||
arguments: arguments for command
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
........................................
|
||||
créer un alias pour une commande
|
||||
|
||||
nom_alias: nom de l'alias
|
||||
nom_alias: nom de l'alias (peut démarrer ou se terminer par "*" pour une liste d'alias)
|
||||
commande: nom de la commande (plusieurs commandes peuvent être séparées par des point-virgules)
|
||||
paramètres: paramètres pour la commande
|
||||
|
||||
|
||||
Reference in New Issue
Block a user