From 1d656eed6c4b34e9bb3f0f07290335ff63199c84 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 5 Feb 2020 18:31:39 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index aaaf27b..6d7449b 100644 --- a/bot.go +++ b/bot.go @@ -297,7 +297,7 @@ func botGetClients(m *tb.Message) { if clt, ok := getLockedClient(m.Chat.ID, false); ok { clt.Mux.Unlock() muxClients.RLock() - ret := fmt.Sprintf("Version %s (%s)", githash, buildstamp) + ret := fmt.Sprintf("Version %s (%s)\n", githash, buildstamp) for id, c := range clients { if c.Active { ret = fmt.Sprintf("%s%s | UserID : %d | TelegramID : %d (online)\n", ret, c.Login, c.CWUserID64, id)