This commit is contained in:
shoopea 2020-02-05 18:31:39 +08:00
parent 80367f8f8a
commit 1d656eed6c

2
bot.go
View File

@ -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("<code>Version %s (%s)", githash, buildstamp)
ret := fmt.Sprintf("<code>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)