We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to write nothing but whitespace, the sendMessage prototype fails to emit a PRIVMSG for it.
I'm guessing it has to do with the lineBreak generator which I haven't fully debugged or grokked yet.
This problem didn't exist in v2.9.1.
Maybe helpful picture of debugging:
The text was updated successfully, but these errors were encountered:
From a quick look at the code, it could possibly be caused by this:
irc-framework/src/linebreak.js
Lines 180 to 184 in cfc5cf6
Sorry, something went wrong.
No branches or pull requests
When attempting to write nothing but whitespace, the sendMessage prototype fails to emit a PRIVMSG for it.
I'm guessing it has to do with the lineBreak generator which I haven't fully debugged or grokked yet.
This problem didn't exist in v2.9.1.
Maybe helpful picture of debugging:
The text was updated successfully, but these errors were encountered: