Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Alexander
/
alex-hunter-sales-dev
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 45c7d4fc
authored
Nov 11, 2022
by
softwhiskey8
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
перенес таймстемп
1 parent
5c334238
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
app/main.dsl
app/main.dsl
View file @
45c7d4f
...
@@ -210,7 +210,7 @@ node mail
...
@@ -210,7 +210,7 @@ node mail
{
{
negative: do
negative: do
{
{
set $mail_start = external time_stamp();
}
}
positive: do
positive: do
{
{
...
@@ -236,6 +236,7 @@ node getMail
...
@@ -236,6 +236,7 @@ node getMail
{
{
default: do
default: do
{
{
set $mail_start = external time_stamp();
set $mail = #getMessageText();
set $mail = #getMessageText();
}
}
}
}
...
@@ -496,9 +497,9 @@ node yes_whatsapp
...
@@ -496,9 +497,9 @@ node yes_whatsapp
//Отлично. Сейчас отправлю Вам промокод. Всего доброго до свидания.
//Отлично. Сейчас отправлю Вам промокод. Всего доброго до свидания.
$cjm.push("yes_whatsapp");
$cjm.push("yes_whatsapp");
set $accepted_code = true;
set $accepted_code = true;
set $mail_end = external time_stamp();
#say("gonna_send_code");
#say("gonna_send_code");
var result = blockcall SkipMessagesBlock();
var result = blockcall SkipMessagesBlock();
set $mail_end = external time_stamp();
goto end_conversation;
goto end_conversation;
}
}
transitions
transitions
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment