The Static Mage
The Static Mage
### Operating System Info Ubuntu 24.04 ### Other OS _No response_ ### OBS Studio Version 31.0.2 ### Advanced Scene Switcher Version 1.29.3 and a dev build (see comment) ### Plugin...
### Description of the Change This adds a replacevariable `$sprintf[template, ...args]` that wraps . ### Applicable Issues Fixes https://github.com/crowbartools/Firebot/issues/3185 ### Testing I created a preset effect list that executes chat...
### Description of the Change This PR adds two new base64 related variables: `$base64Encode` and `$base64Decode`, and two new variables that alias those: `$btoa` and `$atob` respectively. Note: The implementation...
**Describe the solution you'd like** One of my scripts needs to store some state between Firebot sessions. I would like to stash this file in a reasonable location without making...
**Describe the solution you'd like** I have a firebot effect that writes a JSON blob to a file. To avoid any kind of quoting issue I would like to encode...
**Describe the solution you'd like** `sprintf` is a familiar tool in a number of programming languages. I recently came into a use case where I wanted to format a number...
**Describe the solution you'd like** I would like Firebot to have event(s) corresponding to `channel.bits.use` which encompasses "whenever Bits are used on a channel." These presently include the listed events,...
**Describe the solution you'd like** There should be an effect to enable or disable "Shield Mode". **Additional context** I have already written this for a streamer I support that I...
**Describe the solution you'd like** I would like the icon for the "Chat Feed Alert" effect to be configurable when the effect is being configured. (The activity feed effect already...
**Describe the solution you'd like** What: I would like the ability to hide chat messages matching certain patterns from the chat feed in the Firebot dashboard. This will allow me...