summaryrefslogtreecommitdiff
path: root/doc/pl/weechat_user.pl.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-20 19:11:32 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-20 19:11:32 +0100
commit98c6b1a81027bc30a4aaa2452cfef9516fce56e4 (patch)
tree4fde2b4d44c3a58154aa6b54e6af99caab0f7870 /doc/pl/weechat_user.pl.txt
parent37438fc0e371919b3ea1b7ba10501e1ee2713ee5 (diff)
downloadweechat-98c6b1a81027bc30a4aaa2452cfef9516fce56e4.zip
doc: update list of actions executed when a trigger is called (user's guide)
Diffstat (limited to 'doc/pl/weechat_user.pl.txt')
-rw-r--r--doc/pl/weechat_user.pl.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/pl/weechat_user.pl.txt b/doc/pl/weechat_user.pl.txt
index a1a54c633..cc137993a 100644
--- a/doc/pl/weechat_user.pl.txt
+++ b/doc/pl/weechat_user.pl.txt
@@ -2943,10 +2943,8 @@ trigger.trigger.beep.return_code = ok
==== Execution
When a trigger callback is called, following actions are executed, in this
-order:
+order, if triggers are globally enabled and if the trigger itself is enabled:
-. check if triggers are globally enabled: if not, exit
-. check if trigger is enabled: if not, exit
. check trigger conditions: if false, exit
. replace text in trigger using regular expression(s)
. execute command(s)