You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you export NODE_ENV as development you should see a debug log for each Slack message posted (i.e. NODE_ENV=development slack-irc --config). Then you can see the raw message that gets posted to Slack, should help with debugging.
You could try adding an assertion using the input message that produces the weird output, then removing replace statements from parseText until it stays the same (for example).
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: