diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-10 22:31:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-08-10 22:31:49 +0200 |
commit | db76d6a097a807d81a6e58190779ea28bfd5deb7 (patch) | |
tree | 052ed879063b55b3651e123935fe0aa22495d393 /doc/ja/autogen/user | |
parent | a92e9608714aea0d135bb95f8c3b9f50800f29ee (diff) | |
download | weechat-db76d6a097a807d81a6e58190779ea28bfd5deb7.zip |
trigger: add missing step with post action in /help trigger
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/trigger_commands.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/trigger_commands.adoc b/doc/ja/autogen/user/trigger_commands.adoc index f07cd8936..0ca62c9f6 100644 --- a/doc/ja/autogen/user/trigger_commands.adoc +++ b/doc/ja/autogen/user/trigger_commands.adoc @@ -70,6 +70,7 @@ When a trigger callback is called, following actions are performed, in this orde 2. replace text using POSIX extended regular expression(s) (if defined in trigger) 3. execute command(s) (if defined in trigger) 4. exit with a return code (except for modifiers and focus) + 5. perform post action Examples (you can also look at default triggers with /trigger listdefault): add text attributes *bold*, _underline_ and /italic/ (only in user messages): |