-
Notifications
You must be signed in to change notification settings - Fork 153
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
Random character in slack from irc #144
Comments
If you export NODE_ENV as development you should see a debug log for each Slack message posted (i.e. |
I narrowed it down to the parseText method in bot.js |
There's a test for that here: https://github.com/ekmartin/slack-irc/blob/master/test/bot.test.js#L268 You could try adding an assertion using the input message that produces the weird output, then removing |
The slack-irc bot adds a random character to the slack message, sometimes really strangely.
IRC message example
PROBLEM - xxxxxxxxxxxxxxxxxxx
IRC message in slack
PROBLEM - 5xxxxxxxxxxxxx
Any idea where this comes from or where I should look.
The text was updated successfully, but these errors were encountered: