From 00ee85e81506694905b47086629652bbb2e23549 Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Fri, 27 May 2016 16:37:59 +0300 Subject: Added DB search 7 --- src/NeonXP/BotScript.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/NeonXP') diff --git a/src/NeonXP/BotScript.php b/src/NeonXP/BotScript.php index 5821d7a..b4f6170 100644 --- a/src/NeonXP/BotScript.php +++ b/src/NeonXP/BotScript.php @@ -77,8 +77,8 @@ class BotScript '27' => ['Щ', 'Ё', ' ', ' ', '011011', '- - . -'], '28' => ['Ъ', 'Е', ' ', ' ', '011100', '- - . - -'], '29' => ['Ы', 'Д', ' ', ' ', '011101', '- . - -'], - '30' => ['Ь', 'Г', ' ', ' ', '011110 ', '- . . -'], - '31' => ['Э', 'В', ' ', ' ', '011111 ', '. . - . .'], + '30' => ['Ь', 'Г', ' ', ' ', '011110', '- . . -'], + '31' => ['Э', 'В', ' ', ' ', '011111', '. . - . .'], '32' => ['Ю', 'Б', ' ', ' ', '100000', '. . - -'], '33' => ['Я', 'А', ' ', ' ', '100001', '. - . -'], ]; -- cgit v1.2.3