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

IM & LSL connection #20

Open
scoman81 opened this issue Apr 8, 2015 · 0 comments
Open

IM & LSL connection #20

scoman81 opened this issue Apr 8, 2015 · 0 comments
Milestone

Comments

@scoman81
Copy link

scoman81 commented Apr 8, 2015

This is the absolute top of my personal wishlist for a text client: a way for me to write LSL script to handle incoming instant messages. This would allow creating a very smart bot using a standard text client. There are two aspects to this suggestion ... getting IMs into LSL, and sending IMs from LSL. The 2nd part is already covered in Radegast with the send_im command. Hopefully that will be sticking around. As for the first part ...

The only way (that I know of) for a script to hear an avatar, is via say. So my suggestion would be to expand the LSL interface to Radegast with a command such as "im_channel" which allows the LSL to tell the client what channel to use. The client would then repeat incoming IMs via say on the specified channel, including av name, av key, and IM text.

@TomMettam TomMettam added this to the METAbolt 2.0 milestone Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants