1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

doc: update list of actions executed when a trigger is called (user's guide)

This commit is contained in:
Sebastien Helleu
2014-03-20 19:11:32 +01:00
parent 37438fc0e3
commit 98c6b1a810
6 changed files with 7 additions and 18 deletions
+1 -3
View File
@@ -2976,10 +2976,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)
+1 -3
View File
@@ -2913,10 +2913,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)
+2 -3
View File
@@ -3008,10 +3008,9 @@ trigger.trigger.beep.return_code = ok
==== Exécution
Lorsque le callback d'un trigger est appelé, les actions suivantes sont
exécutées, dans cet ordre :
exécutées, dans cet ordre, si les triggers sont globalement activés et si le
trigger lui-même est activé :
. vérifier si les triggers sont globalement activés: si non, sortir
. vérifier si le trigger est activé: si non, sortir
. vérifier les conditions du trigger: si faux, sortir
. remplacer du texte dans le trigger en utilisant des expressions régulières
. exécuter la/les commande(s)
+1 -3
View File
@@ -3044,10 +3044,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)
+1 -3
View File
@@ -2917,10 +2917,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)
+1 -3
View File
@@ -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)