1
0
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:
Sebastien Helleu
2009-09-30 17:44:49 +02:00
parent ebd17f79eb
commit 5a0a2cfcb9
12 changed files with 128 additions and 89 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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