Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inbound Handling? #12

Open
iDJHost opened this issue Sep 7, 2022 · 2 comments
Open

Inbound Handling? #12

iDJHost opened this issue Sep 7, 2022 · 2 comments

Comments

@iDJHost
Copy link

iDJHost commented Sep 7, 2022

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)

@GwynethLlewelyn
Copy link
Owner

You're absolutely correct in your assessment!

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

@iDJHost
Copy link
Author

iDJHost commented Sep 8, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants