diff --git a/mirzaev/marina/system/controllers/index.php b/mirzaev/marina/system/controllers/index.php index 6bc092a..42d349c 100644 --- a/mirzaev/marina/system/controllers/index.php +++ b/mirzaev/marina/system/controllers/index.php @@ -64,8 +64,8 @@ final class index extends core $message->react('😬'); } - if ($message->author->id === '380876873468608522' && rand(0, 100) < 6) { - // Сообщение от Даниила Богданова (godandem) и шанс 5% + if ($message->author->id === '380876873468608522' && rand(0, 100) < 2) { + // Сообщение от Даниила Богданова (godandem) и шанс 1% // Отправка изображения: "надругался над даниилом богдановым" $message->channel->sendMessage(_message::new()->addFile('images/daniil.png')); @@ -88,12 +88,12 @@ final class index extends core if ( ($mirzaev = $message->guild->members->get('id', '534633964737134623')) instanceof member && ($mirzaev->status === 'offline' || $mirzaev->status === null) - && rand(0, 100) < 16 + && rand(0, 100) < 26 and levenshtein($_word, $arsen, 2, 2, 1) < 3 || levenshtein($_word, $arsenchik, 2, 1, 2) < 4 || (levenshtein($_word, $senya, 2, 2, 1) < 2 && $word !== 'меня' && $word !== 'тебя') ) { - // Найдено обращение к Арсену, он не в сети и шанс 15% + // Найдено обращение к Арсену, он не в сети и шанс 25% // Отправка сообщения $message->reply(_message::new()->setContent(match (rand(0, 5)) { @@ -123,7 +123,7 @@ final class index extends core if ( rand(0, 100) < 31 - and levenshtein($_word, $marina, 2, 2, 1) < 3 + and (levenshtein($_word, $marina, 2, 2, 1) < 3 && $word !== 'машина') || levenshtein($_word, $marishka, 2, 1, 2) < 4 || levenshtein($_word, $marinochka, 2, 1, 2) < 4 || levenshtein($_word, $marinushka, 2, 1, 2) < 4