1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Tolto contatore persone online.

This commit is contained in:
Steffo 2016-02-14 16:31:02 +01:00
parent 1eecd77284
commit e108f47e90

2
bot.py
View file

@ -611,7 +611,7 @@ while True:
# Informa Telegram che il messaggio è stato ricevuto.
telegram.sendchataction(sentin)
r = mumbleboxes.getserverstatus("https://www.mumbleboxes.com/servers/5454/cvp.json").json()
tosend = "Utenti online: " + str(len(r['root']['users'])) + " / 15\n"
tosend = "Utenti online:\n"
for u in r['root']['users']:
if not u['mute']:
if u['selfDeaf']: