diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-28 15:18:50 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-28 15:19:41 +0100 |
commit | efe4aa29fcb192090f5891440e097832bcfbdfa2 (patch) | |
tree | 0d18404aa900bae4e76fdc54a3b0c0eca16110e9 /doc/it/includes/autogen_user_commands.it.adoc | |
parent | 4c1a87ba601ae05f242440310fbf3b9f8dd83087 (diff) | |
download | weechat-efe4aa29fcb192090f5891440e097832bcfbdfa2.zip |
core: update translations and auto-generated doc files (issue #1872)
Diffstat (limited to 'doc/it/includes/autogen_user_commands.it.adoc')
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index 7a64ad907..ff06d0c63 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -1076,11 +1076,13 @@ target: reply should match this mask add <alias> [<command>[;<command>...]] addcompletion <completion> <alias> [<command>[;<command>...]] del <alias> [<alias>...] + rename <alias> <new_alias> list: list aliases (without argument, this list is displayed) add: add an alias addcompletion: add an alias with a custom completion del: delete an alias + rename: rename an alias completion: completion for alias: by default completion is done with target command note: you can use %%command to use completion of an existing command alias: name of alias @@ -1101,6 +1103,8 @@ Examples: /alias add split /window splith alias /hello to say "hello" on all channels but not on #weechat: /alias add hello /allchan -exclude=#weechat hello + rename alias "hello" to "Hello": + /alias rename hello Hello alias /forcejoin to send IRC command "forcejoin" with completion of /sajoin: /alias addcompletion %%sajoin forcejoin /quote forcejoin ---- |