bot for ts

bookAS

Member
Joined
Aug 12, 2016
Messages
0
Reaction score
2
Points
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.
 

Kleberstoff

Knowledge Seeker
VIP
Joined
Dec 29, 2015
Messages
308
Reaction score
214
Points
158
Maybe this will help you:


Had this laying on my HDD, got it somewhere of the internet a while ago.
 

Ec_

Member
Joined
Nov 27, 2016
Messages
2
Reaction score
1
Points
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