diff options
author | AnnieRuru <jeankof@ymail.com> | 2018-06-16 18:27:42 +0800 |
---|---|---|
committer | AnnieRuru <jeankof@ymail.com> | 2018-06-16 18:27:42 +0800 |
commit | 04db00cb3153b0d9b845430c8328f61d0bf25375 (patch) | |
tree | a80b6be6179664ead14051f78073093bb60f983d /doc/script_commands.txt | |
parent | d2c0e453fc95b3f8ce9270e8290d15687e6e3235 (diff) | |
download | hercules-04db00cb3153b0d9b845430c8328f61d0bf25375.tar.gz hercules-04db00cb3153b0d9b845430c8328f61d0bf25375.tar.bz2 hercules-04db00cb3153b0d9b845430c8328f61d0bf25375.tar.xz hercules-04db00cb3153b0d9b845430c8328f61d0bf25375.zip |
Fix *queueopt documentation
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 36c4da35a..01fd47401 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9734,11 +9734,11 @@ true otherwise. --------------------------------------- -*queueopt(<queue_id>, <optionType>, {Optional <option val>}) +*queueopt(<queue_id>, <optionType>{, <event label}) -Modifies <queue_id>'s <optionType>. When <option val> is not present -<optionType> is removed from <queue_id>. When present it modifies -<queue_id>'s <optionType> with the new <option val> value. +Modifies <queue_id>'s <optionType>. When <event label> is not present +<optionType> is removed from <queue_id>. When present it will execute the +<event label> when the <queue_id>'s <optionType> condition is met. Returns true on success, false on failure. |