Commit 45c7d4fc by softwhiskey8

перенес таймстемп

1 parent 5c334238
Showing with 3 additions and 2 deletions
......@@ -210,7 +210,7 @@ node mail
{
negative: do
{
set $mail_start = external time_stamp();
}
positive: do
{
......@@ -236,6 +236,7 @@ node getMail
{
default: do
{
set $mail_start = external time_stamp();
set $mail = #getMessageText();
}
}
......@@ -496,9 +497,9 @@ node yes_whatsapp
//Отлично. Сейчас отправлю Вам промокод. Всего доброго до свидания.
$cjm.push("yes_whatsapp");
set $accepted_code = true;
set $mail_end = external time_stamp();
#say("gonna_send_code");
var result = blockcall SkipMessagesBlock();
set $mail_end = external time_stamp();
goto end_conversation;
}
transitions
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!