@iola_adm/iola-cli 0.1.103 → 0.1.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.js +2 -2
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -6570,10 +6570,10 @@ function buildCasualDirectAnswer(question) {
|
|
|
6570
6570
|
].join("\n");
|
|
6571
6571
|
}
|
|
6572
6572
|
if (/^(привет|здравствуй|здравствуйте|добрый день|доброе утро|добрый вечер|hi|hello|hey)([!.?\s]+(как дела|как ты|что нового)[?.!\s]*)?$/iu.test(normalized)) {
|
|
6573
|
-
return "Привет.
|
|
6573
|
+
return "Привет.";
|
|
6574
6574
|
}
|
|
6575
6575
|
if (/^(как дела|как ты|что нового|ты тут|ты здесь)[?.!\s]*$/iu.test(normalized)) {
|
|
6576
|
-
return "Я на месте.
|
|
6576
|
+
return "Я на месте.";
|
|
6577
6577
|
}
|
|
6578
6578
|
if (/^(спасибо|благодарю)[!.?\s]*$/iu.test(normalized)) {
|
|
6579
6579
|
return "Пожалуйста.";
|