bot for ts

bookAS

Member
Aug 12, 2016
0
2
35
Hello everyone.
I'm trying to create some kind of bot which should listen specific channel, catch message from it and do some action(using notifyRegister() functionality).
Is there a way to define this channel when you connect to virtual server?
I tried to use "channel_id" parameter in connection query string, but it doesn't work, script throws "invalid clientID" error.
When I tried to connect without this parameter, I can only catch messages from "default" channel.
 

Ec_

Member
Nov 27, 2016
2
1
35
Does the bot has to have some special query Group with assigned permissions, because the default query user cannot request for example client list.
 
Top