Well, if you want to rollback to bostr version 2.0.8, It's really easy.
If you are using source code, Do the following:
```
git reset --hard 348830c577f1077e47bfd1bde50b7d1bd87f4bef
```
If you are using npm, Do the following:
```
npm i -g bostr@2.0.8
```
And simply restart your bostr bouncer without any config modifications needed...