From f620bf12cda8df4efcc7c88da1e8472fb3b88205 Mon Sep 17 00:00:00 2001 From: mercury Date: Wed, 5 Feb 2025 17:26:03 +0400 Subject: [PATCH] vless ip limit: improve message --- app/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 7f42e0f..12383bd 100644 --- a/app/bot.php +++ b/app/bot.php @@ -5917,7 +5917,7 @@ DNS-over-HTTPS with IP: if (empty($v['off']) && $v['email'] == $m['email']) { require __DIR__ . '/config.php'; foreach ($c['admin'] as $k => $v) { - $this->send($v, "vless: user {$m['email']} is turned off due to exceeding the configuration limit by one IP"); + $this->send($v, "vless: {$m['email']} is turned off (limit by one IP)"); } unset($this->pool[$m['email']]); $this->switchXr($k, 1);