Poll posted.
Idea - add in AB core API to work with messenger.
Something like:
With this you can check your bots from mobile phone for example, while you on work\etc\etc
Idea - add in AB core API to work with messenger.
Something like:
Code:
var messenger = getMessenger(); //its one for all Cores
if (!messenger.connected)
messenger.Connect("LOGIN", "PASSWORD");
messenger.onNewMessage += myNewMessage; //we will handle here all messages to this messenger
messenger.SendMessage("RECEIVERLOGIN", "TEXT");
With this you can check your bots from mobile phone for example, while you on work\etc\etc
Last edited: