tBot
  • tBot
  • 1 Instancja
    • 1. day
    • 2. hour
    • 3. useronline
    • 4. register
    • 5. recordonline
    • 6. afk
    • 7. pgroup
    • 8. banlist
    • 9. channelscount
    • 10. visitors
    • 11. packetloss
    • 12. ping
    • 13. uptime
    • 14. generatebanner
    • 15. channelzoneclient
    • 16. adminslist
    • 17. timeleft
    • 18. snapshot
  • 2 Instancja
    • 1. groupclientcount
    • 2. privatechannel
    • 3. checkchannels
    • 4. servername
    • 5. clientstatus
    • 6. timechannel
    • 7. imieniny
    • 8. monthrecord
    • 9. youtube
    • 10. twitch
    • 11. welcomemessage
    • 12. pokeonchannel
    • 13. advertisement
    • 14. botinfo
    • 15. ddosdetection
    • 16. antyrecording
    • 17. nickcontrol
    • 18. gameinfo
Powered by GitBook
On this page

Was this helpful?

  1. 2 Instancja

5. clientstatus

Generowanie statusu użytkownika w nazwie kanału oraz dokładniejsze informacje w opisie kanału

  • enable - Uruchomienie funkcji

    • true

    • false

  • aalgroup - Wszystkie id grup serwerowych użytych w funkcji

  • steamstatus - Status steam

    • true

    • false

  • steamapi - Klucz steam API

  • info - Lista użytkowników

    • dbid - DBID użytkownika

    • channel - Id kanału

    • nickname - Nazwa użytkownika

    • steamid - Steam id użytkownika

  • channelname - Nazwa kanału

  • interval - Interwał

  • interval2- Interwał opisu kanału

Przykład

"clientstatus": {
     "enable": true,
      "aalgroup": [6, 30, 96],
      "steamstatus": true,
      "steamapi": "500545213ED9F1633AF4621F21CEF9E9",
      "info": {
        "1": {"dbid": 2, "channel": 184, "nickname": "Xortdan","steamid": 76561198101162681},
        "2": {"dbid": 1824, "channel": 190, "nickname": "Klawy Dave","steamid": 76561198257069727},
        "3": {"dbid": 3234, "channel": 187, "nickname": "Iśmikens","steamid": 76561198088102844},
        "4": {"dbid": 636, "channel": 188, "nickname": "Jagi","steamid": 76561197963803454},
        "5": {"dbid": 5128, "channel": 189, "nickname": "Zielinez","steamid": 7656176561198167928642198101162681},
        "6": {"dbid": 5192, "channel": 208505, "LebShot": "Xortdan","steamid": 76561198198573457}
      },
      "channelname": "[cspacer]◥◣━[RANG]┃[NICK]┃[STATUS]━◢◤",
      "interval": {"days": 0, "hours": 0, "minutes": 0, "seconds": 10},
      "interval2": {"days": 0, "hours": 0, "minutes": 2, "seconds": 0},
      "datazero": "1970-01-01 00:00:00",
      "datazero2": "1970-01-01 00:00:00"
    },
Previous4. servernameNext6. timechannel

Last updated 3 years ago

Was this helpful?