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.
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.