flint
flint copied to clipboard
Flint 5 may be "over-normalizing" message text?
The processing of a message in lib/trigger.js includes this call:
let normalText = text(trigger.message.text).normalize();
This will change text like this: "Bot /echo Repeat this back to me." To this: "bot echo repeat this back to me "
Essentially removing any forward slashed and converting all the message text to lower case. This will likely break existing bots when migrating to flint 5 if by design.