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

12. pokeonchannel

Zaczepianie wybranej grupy, gdy ktoś znajduje się na danym kanale

  • enable - Uruchomienie funkcji

    • true

    • false

  • info - Lista kanałów

    • channel - Id kanału

    • pokegroup - Lista zaczepianych grup serwerowych

    • message - Wysyłana wiadomość

      • [NICK] - Nazwa użytkownika wchodzącego na kanał

  • interval - Interwał

Przykład

"pokeonchannel": {
      "enable": true,
      "info": {
        "1": {"channel": 33, "pokegroup": [6,30, 96], "message": "[NICK] ma skargę"}
      },
      "interval": {"days": 0, "hours": 0, "minutes": 0, "seconds": 30},
      "datazero": "1970-01-01 00:00:00"
    },
Previous11. welcomemessageNext13. advertisement

Last updated 3 years ago

Was this helpful?