@@ -573,6 +573,7 @@ func (s *ServerTTD) PruneClients() {
cc := cfg.GetCompanyClient(clt.CompanyID)
if cc.Online {
cc.Online = false
bot.SendChat(cfg.Telegram.ChatID, fmt.Sprintf("@%s timed out.", cc.Username))
}
delete(s.Status.Clients, cltID)
The note is not visible to the blocked user.