You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears everything in the wiki is purely for outbound purposes, which might be OK for most usage.
But does it or can it handle anything "inbound"
A Few Examples:
llDialog menus (maybe because you used "touch" or "siton" command)
Inbound Local Chat
Inbound IM's
Replies from someone the bot IM'd
Incoming Group Messages
Incoming Group Notices (This probably needs an outbound command too)
Inventory Offers
L$ the bot receives (This probably needs an outbound command too)
The text was updated successfully, but these errors were encountered:
All those 'incoming' messages require dealing with callbacks of some sort — and that's very ikely the reason why Pleiades didn't implement any of those messages...
I tried to deal with IMs — attempting to 'capture' an IM request and reply to it using my own callback — but it never worked properly and I didn't pursue this further...
Well, I suppose for a simple bot to manage outgoing commands only, this will be a great solution, though it could probably use a lot more commands in the future.
It appears everything in the wiki is purely for outbound purposes, which might be OK for most usage.
But does it or can it handle anything "inbound"
A Few Examples:
llDialog menus (maybe because you used "touch" or "siton" command)
Inbound Local Chat
Inbound IM's
Replies from someone the bot IM'd
Incoming Group Messages
Incoming Group Notices (This probably needs an outbound command too)
Inventory Offers
L$ the bot receives (This probably needs an outbound command too)
The text was updated successfully, but these errors were encountered: