diff options
author | Alexander NeonXP Kiryukhin <frei@neonxp.info> | 2016-05-27 16:37:59 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <frei@neonxp.info> | 2016-05-27 16:37:59 +0300 |
commit | 00ee85e81506694905b47086629652bbb2e23549 (patch) | |
tree | c6aaee3e4d08062beb67f731fa1a37696204a032 | |
parent | 1bc2d8063b54ac4eebe394d15c0e64a1e4d7924e (diff) |
Added DB search 7
-rw-r--r-- | src/NeonXP/BotScript.php | 4 |
1 files changed, 2 insertions, 2 deletions
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', '. - . -'], ]; |