Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

Viewing file on branch master

1text := import("text")
2if text.re_match("blah",msgText) {
3 msgText="replaced by this"
4 msgUsername="fakeuser"
5}
6