diff --git a/itt.ps1 b/itt.ps1 index b4210df1..0cb5c2e3 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -7235,7 +7235,6 @@ function Startup { $win = [System.Environment]::OSVersion - # Display information @@ -7251,7 +7250,7 @@ function Startup { else { 1 - Telegram -Message "🎉A new device 👤'$env:USERNAME is now running ITT!`n`💻 $Win`n`🌍 Total users worldwide: $totalKeys" + Telegram -Message "🎉A new device 👤'$env:USERNAME' is now running ITT!`n`💻 $Win" } # Update Firebase with the new value @@ -7262,16 +7261,6 @@ function Startup { $response = Invoke-RestMethod -Uri $firebaseUrlRoot -Method Get -ErrorAction SilentlyContinue $totalKeys = ($response | Get-Member -MemberType NoteProperty | Measure-Object).Count - - if ($firebaseUrlWithKey) { - - Write-Host "OLD USER" - } - else - { - Write-Host "NEW" - } - Write-Host "`nITT has been used on $totalKeys devices worldwide.`n" -ForegroundColor White # Force garbage collection to free memory