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

Fix multiline chats only showing the first line #8

Open
FranciscoG opened this issue Jan 7, 2020 · 0 comments
Open

Fix multiline chats only showing the first line #8

FranciscoG opened this issue Jan 7, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FranciscoG
Copy link
Owner

I've already started to work on this in some places so I just need to finish it.

Right now some of the commands or events send multiple bot.sendChat messages. Plug seems to be dropping some of the successive messages and so you only ever get the first message like this

Screen Shot 2020-01-07 at 11 01 07 AM

What I've been doing is just combining strings and separating them with a newline\n and only sending one chat message at the end. Hopefully that'll do the trick

@FranciscoG FranciscoG added the bug Something isn't working label Jan 7, 2020
@FranciscoG FranciscoG self-assigned this Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant