summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r--doc/en/weechat_user.en.adoc11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 8d902e69a..12148c1a9 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -3839,12 +3839,13 @@ The arguments depend on the hook used. They are separated by semicolons.
| command |
1. command name (priority allowed) (required) +
- 2. description +
- 3. arguments +
- 4. description of arguments +
- 5. completion |
+ 2. description (evaluated, see command <<command_weechat_eval,/eval>>) +
+ 3. arguments (evaluated, see command <<command_weechat_eval,/eval>>) +
+ 4. description of arguments (evaluated, see command <<command_weechat_eval,/eval>>) +
+ 5. completion (evaluated, see command <<command_weechat_eval,/eval>>) |
`+test+` +
- `+5000\|test+` |
+ `+5000\|test+` +
+ `+test;test command;arg1 arg2;arg1: description 1${\n}arg2: description 2+` |
link:weechat_plugin_api.en.html#_hook_command[hook_command]
| command_run |