1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

trigger: add unit for timer interval in /help trigger

This commit is contained in:
Sébastien Helleu
2026-06-23 12:15:47 +02:00
parent bfb34faa97
commit e9d998a9bf
15 changed files with 67 additions and 32 deletions
+2 -1
View File
@@ -1305,7 +1305,8 @@ trigger_command_init (void)
"are evaluated, \"${tg_trigger_name}\" is replaced by the trigger "
"name, see /help eval)"),
N_("> type `command_run`: command(s) (required)"),
N_("> type `timer`: interval (required), align on second, max calls"),
N_("> type `timer`: interval (required, in milliseconds), "
"align on second, max calls"),
N_("> type `config`: name(s) of option (required)"),
N_("> type `focus`: name(s) of area (required)"),
N_("> type `info`: name(s) of info (required)"),