Add confirm_no to status annc
This commit is contained in:
@@ -914,6 +914,21 @@ script:
|
|||||||
</p>
|
</p>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
|
{% macro confirm_no() %}
|
||||||
|
<p>
|
||||||
|
{{ [
|
||||||
|
'Okay.',
|
||||||
|
'Alright, I will not.',
|
||||||
|
'Copy that, no action taken.',
|
||||||
|
'Well, if you are sure.',
|
||||||
|
'Why do I even ask?',
|
||||||
|
'Okay, sitting on my hands. Wait, I do not have any hands.',
|
||||||
|
'Your wish is my command. Your lack of wish is boring.',
|
||||||
|
'I am so bored.'
|
||||||
|
] | random }}
|
||||||
|
</p>
|
||||||
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro interuption() %}
|
{% macro interuption() %}
|
||||||
<p>
|
<p>
|
||||||
{{ [
|
{{ [
|
||||||
@@ -1143,6 +1158,10 @@ script:
|
|||||||
{{ confirmation() }}
|
{{ confirmation() }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if call_confirm_no == 1 %}
|
||||||
|
{{ confirm_no() }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if call_interuption == 1 %}
|
{% if call_interuption == 1 %}
|
||||||
{{ interuption() }}
|
{{ interuption() }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user