Describe the solution you'd like
Add conditional effects for checking string equality on a case-insensitive basis. As with the contains effects, a conditional effect to check string equality without worrying about casing would be quite welcome.
Additional context
I'm working on a trivia game built in Firebot for a fellow streamer, and we'd love a way to let people enter their answer quickly without worrying about casing but not discounting answers with the correct casing. I believe I've identified where the change would need to be made and can work on the issue with the team's approval.
Describe the solution you'd like
Add conditional effects for checking string equality on a case-insensitive basis. As with the
containseffects, a conditional effect to check string equality without worrying about casing would be quite welcome.Additional context
I'm working on a trivia game built in Firebot for a fellow streamer, and we'd love a way to let people enter their answer quickly without worrying about casing but not discounting answers with the correct casing. I believe I've identified where the change would need to be made and can work on the issue with the team's approval.